Skip to content

Commit 858fc48

Browse files
Update actions/deploy-pages action to v4 (#1199)
* Update actions/deploy-pages action to v4 * Update actions/upload-pages-artifact action to v3 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bieniek <[email protected]>
1 parent 8aa8d4c commit 858fc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: cp CNAME ./site/
1818
- run: touch site/.nojekyll
1919

20-
- uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9
20+
- uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0
2121
with:
2222
path: site
2323

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- id: deployment
36-
uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # v2.0.2
36+
uses: actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2
3737

3838
environment:
3939
name: github-pages

0 commit comments

Comments
 (0)