Skip to content

Commit ef00a47

Browse files
authored
Merge pull request #6487 from squidfunk/dependabot/github_actions/actions/deploy-pages-3
Bump actions/deploy-pages from 2 to 3
2 parents 419898a + cc03f10 commit ef00a47

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
@@ -109,7 +109,7 @@ jobs:
109109
path: site
110110

111111
- name: Deploy to GitHub Pages
112-
uses: actions/deploy-pages@v2
112+
uses: actions/deploy-pages@v3
113113

114114
- name: Save build cache
115115
uses: actions/cache/save@v3

0 commit comments

Comments
 (0)