We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e0f5c commit 55a335dCopy full SHA for 55a335d
1 file changed
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build book
32
run: ./mdbook build
33
- name: Upload artifact
34
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
+ uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
35
with:
36
path: ./book/html
37
@@ -52,4 +52,4 @@ jobs:
52
runs-on: ubuntu-latest
53
steps:
54
- id: deployment
55
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
+ uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
0 commit comments