ci: bump the github-actions group across 1 directory with 7 updates#336
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
ci: bump the github-actions group across 1 directory with 7 updates#336dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [moonrepo/setup-rust](https://github.com/moonrepo/setup-rust) | `1.2.2` | `1.3.0` | | [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) | `1.32.1` | `1.39.2` | | [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) | `1.27.0` | `1.30.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `7` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.1` | `3.1.1` | | [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) | `0.5.120` | `0.5.128` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `moonrepo/setup-rust` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/moonrepo/setup-rust/releases) - [Changelog](https://github.com/moonrepo/setup-rust/blob/master/CHANGELOG.md) - [Commits](moonrepo/setup-rust@ede6de0...abb2d32) Updates `taiki-e/setup-cross-toolchain-action` from 1.32.1 to 1.39.2 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/setup-cross-toolchain-action@84e58a4...d62f33b) Updates `taiki-e/upload-rust-binary-action` from 1.27.0 to 1.30.2 - [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases) - [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/upload-rust-binary-action@3962470...f0d45ae) Updates `actions/upload-artifact` from 5 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) Updates `actions/create-github-app-token` from 2.2.1 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...1b10c78) Updates `MarcoIeni/release-plz-action` from 0.5.120 to 0.5.128 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](release-plz/action@487eb7b...1528104) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.128 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: moonrepo/setup-rust dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/upload-rust-binary-action dependency-version: 1.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
0d493b2 to
ee3f74c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 7 updates in the / directory:
6.0.16.0.21.2.21.3.01.32.11.39.21.27.01.30.2572.2.13.1.10.5.1200.5.128Updates
actions/checkoutfrom 6.0.1 to 6.0.2Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...Updates
moonrepo/setup-rustfrom 1.2.2 to 1.3.0Release notes
Sourced from moonrepo/setup-rust's releases.
Changelog
Sourced from moonrepo/setup-rust's changelog.
... (truncated)
Commits
abb2d32Automatic compilation46539c9Update changelogs.27f3749feat: Add cache-extra-identifier input for matrix job cache separation (#33)afa3d07deps: Audit 03/19 (#34)ba15899docs: Addtaiki-e/install-actionto comparisons (#29)Updates
taiki-e/setup-cross-toolchain-actionfrom 1.32.1 to 1.39.2Release notes
Sourced from taiki-e/setup-cross-toolchain-action's releases.
Changelog
Sourced from taiki-e/setup-cross-toolchain-action's changelog.
... (truncated)
Commits
d62f33bRelease 1.39.23e78838Handle more dpkg arch01d08fcci: Test ubuntu 26.04 container18e4926Remove duplicated retryd3a76b3tools: Update scripts and related config6a8645bci: Use taiki-e/github-actions/.github/workflows/action-release.yml8176d53ci: Disable deployment6e0d5c3ci: Update configa2c6b0czizmor: Enable ref-confusion20dbac4Release 1.39.1Updates
taiki-e/upload-rust-binary-actionfrom 1.27.0 to 1.30.2Release notes
Sourced from taiki-e/upload-rust-binary-action's releases.
Changelog
Sourced from taiki-e/upload-rust-binary-action's changelog.
... (truncated)
Commits
f0d45aeRelease 1.30.2253eddbUpdate changelogc143fcaDo not set tokens if dry-run92dc87aRelease 1.30.1f5780c3ci: Update config2008505Early unset tokens from env489d4efUpdate scripts and CI configc07b1fdUpdate readme10c1cf6Release 1.30.06bda213Use ${{ github.token }} as default tokenUpdates
actions/upload-artifactfrom 5 to 7Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
actions/create-github-app-tokenfrom 2.2.1 to 3.1.1Release notes
Sourced from actions/create-github-app-token's releases.
... (truncated)
Commits
1b10c78build(release): 3.1.1 [skip ci]07e2b76fix: improve error message when app identifier is empty (#362)ea01216ci: remove publish-immutable-action workflow (#361)7bd0371build(release): 3.1.0 [skip ci]e6bd4e6feat: addclient-idinput and deprecateapp-id(#353)076e948feat: update permission inputs (#358)3bbe07dfix(deps): bump p-retry from 7.1.1 to 8.0.0 (#357)28a99e3build(deps-dev): bump c8 from 10.1.3 to 11.0.04df5060build(deps-dev): bump open-cli from 8.0.0 to 9.0.04843c53build(deps-dev): bump the development-dependencies group with 3 updatesUpdates
MarcoIeni/release-plz-actionfrom 0.5.120 to 0.5.128Release notes
Sourced from MarcoIeni/release-plz-action's releases.
... (truncated)
Commits
1528104chore(deps): update cargo-bins/cargo-binstall action to v1.17.7 (#292)7ae6a1eUpdate to 0.3.157 (#300)9872b1dchore(deps): update dependency taiki-e/install-action to v2.68.21 (#299)1f68a2fchore(deps): update dependency taiki-e/install-action to v2.68.20 (#298)747e375chore(deps): update dependency taiki-e/install-action to v2.68.19 (#297)5efa360chore(deps): update dependency taiki-e/install-action to v2.68.18 (#296)d92a286chore(deps): update dependency taiki-e/install-action to v2.68.17 (#295)d5a6bf3chore(deps): update dependency taiki-e/install-action to v2.68.16 (#294)357de01chore(deps): lock file maintenance (#293)38c172fchore(deps): update dependency taiki-e/install-action to v2.68.15 (#291)