Просмотр исходного кода

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 год назад
Родитель
Сommit
1668d58aec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/run-eval.yml

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

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