Browse Source

chore(deps): bump actions/checkout from 3 to 4 (#5802)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
1668d58aec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-eval.yml

+ 1 - 1
.github/workflows/run-eval.yml

@@ -14,7 +14,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout PR branch
       - name: Checkout PR branch
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           ref: ${{ github.head_ref }}
           ref: ${{ github.head_ref }}