Skip to content

Commit 7a10b4b

Browse files
committed
chore: bump ci action versions
1 parent e72a69b commit 7a10b4b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Run Sphinx documentation build
2424
uses: ammaraskar/[email protected]
2525
with:
2626
docs-folder: "./"
2727
- name: Upload documentation artifact
28-
uses: actions/upload-pages-artifact@v1
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: _build/html/
3131
deploy:
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v1
41+
uses: actions/deploy-pages@v4

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Run Sphinx documentation build
1313
uses: ammaraskar/[email protected]
1414
with:
1515
docs-folder: "./"
1616
- name: Upload documentation artifact
17-
uses: actions/upload-artifact@v3
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: documentation
20-
path: _build/html/
20+
path: _build/html/

0 commit comments

Comments
 (0)