Skip to content

Commit d32f712

Browse files
author
Logan Graham
committed
bump actions
1 parent 2e2c09d commit d32f712

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/link-checker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
test:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-node@v1
27+
- uses: actions/setup-node@v4
2828
with:
2929
node-version: 18.x
30-
- uses: actions/setup-python@v2
30+
- uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.7
32+
python-version: '3.10'
3333
- name: Build and Run Docusaurus Site
3434
working-directory: ./
3535
run: |

0 commit comments

Comments
 (0)