Skip to content

chore(ci): update GitHub Actions to current versions#13

Open
JONBRWN wants to merge 1 commit into
fmurphy/bugfix-records-parsingfrom
chore/fix-ci-infrastructure
Open

chore(ci): update GitHub Actions to current versions#13
JONBRWN wants to merge 1 commit into
fmurphy/bugfix-records-parsingfrom
chore/fix-ci-infrastructure

Conversation

@JONBRWN
Copy link
Copy Markdown

@JONBRWN JONBRWN commented Apr 28, 2026

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/checkout v2 → v4
  • Swatinem/rust-cache v1 → v2
  • actions-rs/toolchaindtolnay/rust-toolchain (actions-rs is unmaintained)
  • actions-rs/cargo → direct run: cargo commands
  • actions-rs/audit-checkrustsec/audit-check@v2
  • codecov/codecov-action v1 → v4
  • actions/setup-python v1 → v5
  • Miri nightly pinned to nightly-2022-12-05 updated to nightly (3-year-old pin was incompatible with current dependencies)
  • Removed stale unskip.patch step in integration-ipc.yml — patch no longer applies against current apache/arrow

Should be merged before the ENG-6097 fix PR (#12) to get green CI on that PR.

🤖 Generated with Claude Code

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant