Skip to content

Commit 86adada

Browse files
Merge pull request #195 from PatKamin/upgrade-pages-ci
Upgrade versions of actions in GitHub Pages CI
2 parents 6939892 + 2fcd462 commit 86adada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python3 generate_docs.py
3232

3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v2
34+
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0
3535
with:
3636
path: docs/html
3737

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy the documentation to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v3
54+
uses: actions/deploy-pages@87c3283f01cd6fe19a0ab93a23b2f6fcba5a8e42 # v4.0.3

0 commit comments

Comments
 (0)