Skip to content

Commit b9d94fb

Browse files
build(deps): bump actions/deploy-pages from 3 to 4 (#7)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v3...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a200d6 commit b9d94fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- name: Deploy to GitHub Pages
117117
id: deployment
118-
uses: actions/deploy-pages@v3
118+
uses: actions/deploy-pages@v4
119119

120120
# Deployment is good. Finish caching the commit info so we won't run
121121
# again until either this repo or MacVim got updated.

0 commit comments

Comments
 (0)