Skip to content

Commit dafea9e

Browse files
authored
Merge pull request #1 from macvim-dev/dependabot/github_actions/actions/deploy-pages-2
build(deps): bump actions/deploy-pages from 1 to 2
2 parents 999cbbc + 90c51d0 commit dafea9e

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