We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa8d4c commit 858fc48Copy full SHA for 858fc48
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: cp CNAME ./site/
18
- run: touch site/.nojekyll
19
20
- - uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9
+ - uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0
21
with:
22
path: site
23
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- id: deployment
36
- uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # v2.0.2
+ uses: actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2
37
38
environment:
39
name: github-pages
0 commit comments