Skip to content

Commit ce03d9a

Browse files
authored
Merge pull request #4 from macvim-dev/dependabot/github_actions/actions/deploy-pages-3
build(deps): bump actions/deploy-pages from 2 to 3
2 parents 3d087d1 + f69fa9d commit ce03d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)