diff options
Diffstat (limited to '.github/workflows/sync-translated-content.yml')
-rw-r--r-- | .github/workflows/sync-translated-content.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index be7f5f5a39..ac2c163933 100644 --- a/.github/workflows/sync-translated-content.yml +++ b/.github/workflows/sync-translated-content.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: mdn/content path: mdn/content |