Skip to content

Commit 55a335d

Browse files
committed
updated actions to latest version
1 parent 89e0f5c commit 55a335d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build book
3232
run: ./mdbook build
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
34+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
3535
with:
3636
path: ./book/html
3737

@@ -52,4 +52,4 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- id: deployment
55-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
55+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5

0 commit comments

Comments
 (0)