Skip to content

Commit f69fa9d

Browse files
build(deps): bump actions/deploy-pages from 2 to 3
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v2...v3) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d087d1 commit f69fa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
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@v2
118+
uses: actions/deploy-pages@v3
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)