Skip to content

Commit 70b9717

Browse files
committed
bump the rest actions to v5
1 parent 8151d28 commit 70b9717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
persist-credentials: false
1515
- name: Build documentation
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Upload static files as artifact
2525
id: deployment
26-
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
26+
uses: actions/upload-pages-artifact@v5
2727
with:
2828
path: build/html/
2929

0 commit comments

Comments
 (0)