Skip to content

Commit 74034bf

Browse files
committed
more attempts
1 parent b27ae1e commit 74034bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/schema-tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v1 # checkout repo content
24-
- uses: actions/setup-node@v4 # setup Node.js
23+
- uses: actions/checkout@v4 # checkout repo content
2524
with:
2625
fetch-depth: 0
26+
- uses: actions/setup-node@v4 # setup Node.js
27+
with:
2728
node-version: '20.x'
2829
- name: Install dependencies from main
2930
run: |

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2 # checkout repo content
21+
- uses: actions/checkout@v4 # checkout repo content
2222
with:
2323
fetch-depth: 0
2424
- name: use the javascript environment from main

0 commit comments

Comments
 (0)