Skip to content

Commit 02007c3

Browse files
Merge pull request #36 from xdev-software/dependabot/github_actions/actions/deploy-pages-4
Bump actions/deploy-pages from 2 to 4
2 parents 363c915 + 95034bb commit 02007c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
artifact_name: site

0 commit comments

Comments
 (0)