Răsfoiți Sursa

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

Hamir Mahal 11 luni în urmă
părinte
comite
33b01d4e80
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 }}