chore(ci): update GitHub Actions to current versions#13
Open
JONBRWN wants to merge 1 commit into
Open
Conversation
- actions/checkout v2→v4 - Swatinem/rust-cache v1→v2 - actions-rs/toolchain→dtolnay/rust-toolchain (unmaintained) - actions-rs/cargo→direct cargo run commands - actions-rs/audit-check→rustsec/audit-check@v2 - codecov/codecov-action v1→v4 - actions/setup-python v1→v5 - Miri nightly-2022-12-05→nightly (pinned date was 3 years stale) - Remove stale unskip.patch step in integration-ipc (patch no longer applies against current apache/arrow) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Summary
CI was failing across all jobs due to stale GitHub Actions and an outdated Rust toolchain pin. None of these failures were related to code changes.
actions/checkoutv2 → v4Swatinem/rust-cachev1 → v2actions-rs/toolchain→dtolnay/rust-toolchain(actions-rs is unmaintained)actions-rs/cargo→ directrun: cargocommandsactions-rs/audit-check→rustsec/audit-check@v2codecov/codecov-actionv1 → v4actions/setup-pythonv1 → v5nightly-2022-12-05updated tonightly(3-year-old pin was incompatible with current dependencies)unskip.patchstep inintegration-ipc.yml— patch no longer applies against currentapache/arrowShould be merged before the ENG-6097 fix PR (#12) to get green CI on that PR.
🤖 Generated with Claude Code