Bump actions/deploy-pages from 4 to 5 by dependabot[bot] · Pull Request #1 · BtS-Style/python.cz
Bumps actions/deploy-pages from 4 to 5.
Release notes
Sourced from actions/deploy-pages's releases.
v5.0.0
Changelog
- Update Node.js version to 24.x
@salmanmkc(#404)- Add workflow file for publishing releases to immutable action package
@Jcambass(#374)- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory
@dependabot(#360)- Make the rebuild dist workflow work nicer with Dependabot
@yoannchaudet(#361)- Bump the non-breaking-changes group across 1 directory with 3 updates
@dependabot(#358)- Delete repeated sentence
@garethsb(#359)- Update README.md
@tsusdere(#348)- Bump the non-breaking-changes group with 4 updates
@dependabot(#341)- Remove error message for file permissions
@TooManyBees(#340)
See details of all code changes since previous release.
⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.5
Changelog
- On API error, the error message will surface the API request ID
@TooManyBees(#324)- Bump the non-breaking-changes group with 2 updates
@dependabot(#318)- Bump the non-breaking-changes group with 1 update
@dependabot(#316)- Bump the non-breaking-changes group with 3 updates
@dependabot(#314)- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0
@dependabot(#311)
See details of all code changes since previous release.
⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.4
Changelog
- Update api-client.js
@lmammino(#295)- fix typo: compatibilty -> compatibility
@SimonSiefke(#298)- Bump
@actions/artifactfrom 2.0.1 to 2.1.1@dependabot(#310)- Update Dependabot config to group non-breaking changes
@JamesMGreene(#307)
See details of all code changes since previous release.
⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.3
Changelog
... (truncated)
Commits
cd2ce8fMerge pull request #404 from salmanmkc/node24bbe2a95Update Node.js version to 24.x854d7aaMerge pull request #374 from actions/Jcambass-patch-1306bb81Add workflow file for publishing releases to immutable action packageb742728Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294Bump braces in the npm_and_yarn group across 1 directory963791fMerge pull request #361 from actions/dependabot-friendly51bb29dMake the rebuild dist workflow safer for Dependabot89f3d10Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Summary by cubic
Upgrade the Pages deploy step to actions/deploy-pages@v5 in .github/workflows/deploy.yml. This replaces v4 and uses the latest action (Node 24 runtime) with recent fixes for more reliable GitHub Pages deploys.
Written for commit 5a2cedb. Summary will update on new commits.