Skip to content

Commit 6eb7fdc

Browse files
committed
update outdate actions versions
1 parent c4a384b commit 6eb7fdc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy_doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout master
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Python 3.10
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.10"
1919

@@ -32,7 +32,7 @@ jobs:
3232
- run: mkdocs build
3333

3434
- name: Deploy
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./site

.github/workflows/example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333

3434
steps:
3535
- name: Checkout devito
36-
uses: actions/checkout@v1
36+
uses: actions/checkout@v4
3737

3838
- name: Set up Python 3.10
39-
uses: actions/setup-python@v1
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: "3.10"
4242

0 commit comments

Comments
 (0)