chore(deps): Bump the actions group with 6 updates - #2
Merged
Conversation
Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) | `1.6.0` | `1.6.3` | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `7.0.1` | | [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `b3b07ba8b418998c39fb20f53e8b695cdcc8de1b` | `2c7215f132e9ebf062739d9130488b56d53c060c` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.0` | `2.9.1` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.75.4` | `2.85.6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `7.0.0` | Updates `awalsh128/cache-apt-pkgs-action` from 1.6.0 to 1.6.3 - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@acb598e...553a35b) Updates `actions/checkout` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...3d3c42e) Updates `dtolnay/rust-toolchain` from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to 2c7215f132e9ebf062739d9130488b56d53c060c - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@b3b07ba...2c7215f) Updates `Swatinem/rust-cache` from 2.8.0 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@98c8021...c193711) Updates `taiki-e/install-action` from 2.75.4 to 2.85.6 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@97a5807...1beb33e) Updates `actions/setup-python` from 5.6.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...5fda3b9) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dtolnay/rust-toolchain dependency-version: 2c7215f132e9ebf062739d9130488b56d53c060c dependency-type: direct:production dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.85.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
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 actions group with 6 updates:
1.6.01.6.35.0.07.0.1b3b07ba8b418998c39fb20f53e8b695cdcc8de1b2c7215f132e9ebf062739d9130488b56d53c060c2.8.02.9.12.75.42.85.65.6.07.0.0Updates
awalsh128/cache-apt-pkgs-actionfrom 1.6.0 to 1.6.3Release notes
Sourced from awalsh128/cache-apt-pkgs-action's releases.
Commits
553a35bRefactor: extract ARCH_DIRS array to eliminate duplication in consolidate-rel...aecf4c4Fix create-release CI failure: consolidate release artifacts and restrict to ...9f817f3Merge branch 'master' of https://github.com/awalsh128/cache-apt-pkgs-actionc107d98Bump all action dependency versions and pin themb3b266dfix: ensure create-release job is skipped in dry-run (workflow_call) mode5602509fix: address code review feedback in distribute.sha50a475fix: create scripts/distribute.sh for build-distribute workflow869c1d6Revert "add shellcheck linting"22ad28fUpdate README with deprecation notice for 'latest'b9c7b1cFix version labels and update action version referencesUpdates
actions/checkoutfrom 5.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
dtolnay/rust-toolchainfrom b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to 2c7215f132e9ebf062739d9130488b56d53c060cCommits
2c7215fAdd 1.97.1 patch releasefa04a14Add 1.96.1 patch release67ef31dUpdate actions/checkout@v6 -> v73c5f7eaAdd 1.94.1 patch releaseefa25f7Add 1.93.1 patch releasef7ccc83Merge pull request #177 from dtolnay/permitcopyrename1c0547fPermit cross-device copy0b1efabUpdate actions/checkout@v5 -> v60f44b27Add 1.91.1 patch release6d653acMerge pull request #171 from dtolnay/upUpdates
Swatinem/rust-cachefrom 2.8.0 to 2.9.1Release notes
Sourced from Swatinem/rust-cache's releases.
... (truncated)
Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
c1937112.9.1781e8d9try reverting pipeline change3d1fa46add changelogc6768462.9.0bf71d02bump dependencies and rebuild8a02ed5Bump@types/nodefrom 25.0.2 to 25.2.2 in the dev-minor group (#309)390157dBump the prd-minor group across 1 directory with 2 updates (#307)68500c1Bump the actions group across 1 directory with 7 updates (#312)1a83841Migrate tonode24runner (#314)11da852Compare case-insenitively for full cache key match (#303)Updates
taiki-e/install-actionfrom 2.75.4 to 2.85.6Release notes
Sourced from taiki-e/install-action's releases.
... (truncated)
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
1beb33eRelease 2.85.6937cc7dUpdate wasmtime manifest8dc33b8Updatewasm-tools@latestto 1.255.05809b2bUpdate uv manifestdc47140Updatetombi@latestto 1.2.5c9e5399Update rclone manifest79ca2bcUpdatemise@latestto 2026.7.18d8b1251Update kingfisher manifeste03a93aUpdatecargo-neat@latestto 0.5.39b7f821Updatecargo-crap@latestto 0.4.0Updates
actions/setup-pythonfrom 5.6.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions