Skip to content

Commit ed73ef4

Browse files
authored
Bump actions/deploy-pages from 2 to 4 (#37)
Bump actions/deploy-pages from 2 to 4
2 parents 7d1bd59 + 152a5d9 commit ed73ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
- name: Deploy to GitHub Pages
8484
id: deployment
8585
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
86-
uses: actions/deploy-pages@v2
86+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)