Skip to content

Commit 026c72a

Browse files
Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.9
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.9. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.3...v4.6.9) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc02689 commit 026c72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Deploy to GitHub Pages
30-
uses: JamesIves/[email protected].3
30+
uses: JamesIves/[email protected].9
3131
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3232
with:
3333
branch: gh-pages

0 commit comments

Comments
 (0)