aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/sync-translated-content.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/sync-translated-content.yml')
-rw-r--r--.github/workflows/sync-translated-content.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml
index abaf2514aa..ac2c163933 100644
--- a/.github/workflows/sync-translated-content.yml
+++ b/.github/workflows/sync-translated-content.yml
@@ -16,15 +16,15 @@ 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
- name: Setup Node.js environment
- uses: actions/setup-node@v2.1.4
+ uses: actions/setup-node@v3
with:
node-version: "12"