Skip to content

Commit bb79ddf

Browse files
Update actions/deploy-pages action to v5 (#782)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/deploy-pages](https://redirect.github.com/actions/deploy-pages) | action | major | `v4.0.5` → `v5.0.0` | --- ### Release Notes <details> <summary>actions/deploy-pages (actions/deploy-pages)</summary> ### [`v5.0.0`](https://redirect.github.com/actions/deploy-pages/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/actions/deploy-pages/compare/v4.0.5...v5.0.0) ### Changelog - Update Node.js version to 24.x [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) ([#&#8203;404](https://redirect.github.com/actions/deploy-pages/issues/404)) - Add workflow file for publishing releases to immutable action package [@&#8203;Jcambass](https://redirect.github.com/Jcambass) ([#&#8203;374](https://redirect.github.com/actions/deploy-pages/issues/374)) - Bump braces from 3.0.2 to 3.0.3 in the npm\_and\_yarn group across 1 directory [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;360](https://redirect.github.com/actions/deploy-pages/issues/360)) - Make the rebuild dist workflow work nicer with Dependabot [@&#8203;yoannchaudet](https://redirect.github.com/yoannchaudet) ([#&#8203;361](https://redirect.github.com/actions/deploy-pages/issues/361)) - Bump the non-breaking-changes group across 1 directory with 3 updates [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;358](https://redirect.github.com/actions/deploy-pages/issues/358)) - Delete repeated sentence [@&#8203;garethsb](https://redirect.github.com/garethsb) ([#&#8203;359](https://redirect.github.com/actions/deploy-pages/issues/359)) - Update README.md [@&#8203;tsusdere](https://redirect.github.com/tsusdere) ([#&#8203;348](https://redirect.github.com/actions/deploy-pages/issues/348)) - Bump the non-breaking-changes group with 4 updates [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;341](https://redirect.github.com/actions/deploy-pages/issues/341)) - Remove error message for file permissions [@&#8203;TooManyBees](https://redirect.github.com/TooManyBees) ([#&#8203;340](https://redirect.github.com/actions/deploy-pages/issues/340)) *** See details of [all code changes](https://redirect.github.com/actions/deploy-pages/compare/v4.0.5...v4.0.6) since previous release. :warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the [compatibility table](https://redirect.github.com/actions/deploy-pages/#compatibility). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69ac68a commit bb79ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
67+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
6868

6969
- name: Create GitHub Issue on Failure
7070
if: failure()

0 commit comments

Comments
 (0)