Browse Source

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

pull/8714/head
Hamir Mahal 1 year ago committed by GitHub
parent
commit
33b01d4e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/locales-coverage.yml

2
.github/workflows/locales-coverage.yml

@ -10,7 +10,7 @@ jobs: @@ -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 }}

Loading…
Cancel
Save