aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-check_redirects.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-check_redirects.yml')
-rw-r--r--.github/workflows/pr-check_redirects.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml
index 7fbc1a99b6..a46d3c413b 100644
--- a/.github/workflows/pr-check_redirects.yml
+++ b/.github/workflows/pr-check_redirects.yml
@@ -14,15 +14,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"