-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps): bump the github-action-dependencies group across 1 directory with 7 updates #523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump the github-action-dependencies group across 1 directory with 7 updates #523
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. |
46a1962 to
16575e5
Compare
16575e5 to
998bf65
Compare
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/setup-node@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Node Setup Version Mismatch
The actions/setup-node action is updated to v6 in the workflow files, but the PR description states it should be v5. Version v6 of this action does not exist, which will cause workflow failures.
Additional Locations (6)
| - name: Install Ruby | ||
| uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 | ||
| uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
998bf65 to
1a3fa12
Compare
786dc1c to
5bded5f
Compare
…tory with 7 updates Bumps the github-action-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.229.0` | `1.263.0` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `3.1.0` | `4.0.0` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `3.1.0` | `5.0.0` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.26.0` | `2.1.1` | | [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) | `4.2.0` | `5.0.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `ruby/setup-ruby` from 1.229.0 to 1.263.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@354a1ad...0481980) Updates `peter-evans/find-comment` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@3eae4d3...b30e6a3) Updates `peter-evans/create-or-update-comment` from 3.1.0 to 5.0.0 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3.1.0...e8674b0) Updates `slackapi/slack-github-action` from 1.26.0 to 2.1.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@70cd7be...91efab1) Updates `cycjimmy/semantic-release-action` from 4.2.0 to 5.0.0 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@0a51e81...9cc899c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.263.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: peter-evans/find-comment dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: cycjimmy/semantic-release-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
5bded5f to
4687ff4
Compare
Bumps the github-action-dependencies group with 7 updates in the / directory:
45451.229.01.263.03.1.04.0.03.1.05.0.01.26.02.1.14.2.05.0.0Updates
actions/checkoutfrom 4 to 5Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)Updates
actions/setup-nodefrom 4 to 5Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
a0853c2Bump actions/checkout from 4 to 5 (#1345)b7234ccUpgrade action to use node24 (#1325)d7a1131Enhance caching in setup-node with automatic package manager detection (#1348)5e2628cBumps form-data (#1332)65becefBump undici from 5.28.5 to 5.29.0 (#1295)7e24a65Bump uuid from 9.0.1 to 11.1.0 (#1273)08f58d1Bump@octokit/request-errorand@actions/github(#1227)Updates
ruby/setup-rubyfrom 1.229.0 to 1.263.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
0481980Print lockfile contents earliercf7216dUse new releases of ruby-builder per engine-version1c58d16Update CRuby releases on Windows1dc7956Test on JRuby 9.4 as well as 10.0b8714f7Revert "Skip test failing on JRuby on Windows"d3e13b3Revert "feat: upgrade to node 24"4df093aRevert "chore: add setup-node for lint job"866b91cchore: add setup-node for lint jobc4cd38dfeat: upgrade to node 243fee676Add truffleruby-25.0.0,truffleruby+graalvm-25.0.0Updates
peter-evans/find-commentfrom 3.1.0 to 4.0.0Release notes
Sourced from peter-evans/find-comment's releases.
... (truncated)
Commits
b30e6a3feat: v4 (#389)b4929e7build(deps-dev): bump@types/nodefrom 18.19.124 to 18.19.127 (#388)1f47d94build(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#387)a723a15build(deps): bump actions/setup-node from 4 to 5 (#386)8bacb1bbuild(deps-dev): bump@types/nodefrom 18.19.123 to 18.19.124 (#385)048de65build(deps): bump actions/checkout from 4 to 5 (#384)c02750fbuild(deps-dev): bump@types/nodefrom 18.19.122 to 18.19.123 (#383)092c582build(deps): bump actions/download-artifact from 4 to 5 (#382)c115bb0build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#381)8d3be5dbuild(deps-dev): bump@types/nodefrom 18.19.121 to 18.19.122 (#380)Updates
peter-evans/create-or-update-commentfrom 3.1.0 to 5.0.0Release notes
Sourced from peter-evans/create-or-update-comment's releases.
... (truncated)
Commits
e8674b0feat: v5 (#439)fffe59ebuild(deps-dev): bump@types/nodefrom 18.19.127 to 18.19.129 (#438)076d572build(deps-dev): bump@types/nodefrom 18.19.126 to 18.19.127 (#437)86a2645build(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#436)be17e0cbuild(deps-dev): bump@types/nodefrom 18.19.124 to 18.19.126 (#435)ef75eaebuild(deps-dev): bump@types/nodefrom 18.19.123 to 18.19.124 (#433)82a7ad0build(deps): bump actions/setup-node from 4 to 5 (#432)f7c845dbuild(deps-dev): bump@types/nodefrom 18.19.122 to 18.19.123 (#430)5da8e07build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#428)2de7f66build(deps-dev): bump@types/nodefrom 18.19.121 to 18.19.122 (#427)Updates
slackapi/slack-github-actionfrom 1.26.0 to 2.1.1Release notes
Sourced from slackapi/slack-github-action's releases.