chore: Bump actions#110
Draft
Techassi wants to merge 2 commits into
Draft
Conversation
- Bump actions/checkout from v6.0.1 to v7.0.0 - Bump actions/upload-artifact from v6.0.0 to v7.0.1 - Bump actions/download-artifact from v7.0.0 to v8.0.1 - Bump softprops/action-gh-release from v2.5.0 to v3.0.0 - Bump dtolnay/rust-toolchain
- Bump docker/setup-buildx-action from v4.0.0 to v4.3.0 - Bump sigstore/cosign-installer from v4.0.0 to v4.1.2 - Bump docker/login-action from v4.1.0 to v4.2.0 - Bump cachix/install-nix-action from v31.9.0 to v31.10.6 - Bump actions/setup-python from v6.1.0 to v6.2.0 - Bump actions/cache from v5.0.1 to v5.0.5 - Bump actions/upload-artifact from v6.0.0 to v7.0.1 - Bump actions/download-artifact from v7.0.0 to v8.0.1 The Swatinem/rust-cache action was either using a) a wrong commit since PR #105 was merged or b) the upstream repository rewrote history. a) would be fine, b) would not.
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.
This PR bumps actions in CI and upstream actions used in our own actions.
actions/checkoutfromv6.0.1tov7.0.0actions/upload-artifactfromv6.0.0tov7.0.1actions/download-artifactfromv7.0.0tov8.0.1softprops/action-gh-releasefromv2.5.0tov3.0.0docker/setup-buildx-actionfromv4.0.0tov4.3.0sigstore/cosign-installerfromv4.0.0tov4.1.2This new version includes download retries, which is nice, because GitHub is flaky af these days and I observed download failures a bunch of times already.
docker/login-actionfromv4.1.0tov4.2.0cachix/install-nix-actionfromv31.9.0tov31.10.6actions/setup-pythonfromv6.1.0tov6.2.0actions/cachefromv5.0.1tov5.0.5dtolnay/rust-toolchainbb86a79 mentions us using a commit for
Swatinem/rust-cachewhich doesn't exist upstream. This needs further investigation.