ソースを参照

fix: usage of `node12 which is deprecated` (#8709)

Hamir Mahal 10 ヶ月 前
コミット
33b01d4e80
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/locales-coverage.yml

+ 1 - 1
.github/workflows/locales-coverage.yml

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
         with:
           token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }}