Skip to content

Commit 012313e

Browse files
committed
Update GitHub Action node versions
1 parent e6f78e3 commit 012313e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ github.event.pull_request.head.ref }}
2424
submodules: recursive
2525

2626
- name: Set up Python3
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.x'
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v3
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -43,4 +43,4 @@ jobs:
4343
- name: Deploy
4444
run: |
4545
git pull
46-
mkdocs gh-deploy
46+
mkdocs gh-deploy

0 commit comments

Comments
 (0)