Skip to content

Commit c186ba4

Browse files
Bump actions/deploy-pages from 3 to 4 (#102)
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 be89eee commit c186ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
steps:
128128
- name: Deploy to GitHub Pages
129129
id: deployment
130-
uses: actions/deploy-pages@v3 # or the latest "vX.X.X" version tag for this action
130+
uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action
131131
with:
132132
artifact_name: github-pages

0 commit comments

Comments
 (0)