Skip to content

Update GitHub Actions to latest major versions - #5

Merged
0382 merged 2 commits into
masterfrom
copilot/update-github-actions-versions
Mar 11, 2026
Merged

Update GitHub Actions to latest major versions#5
0382 merged 2 commits into
masterfrom
copilot/update-github-actions-versions

Conversation

Copilot AI commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Several GitHub Actions in the CI workflow were behind current major versions.

Version bumps (CI.yml)

Action Before After
actions/checkout v4 v6
julia-actions/cache v2 v3
actions/cache v4 v5

Notable: julia-actions/cache@v3 introduces cache-on-failure behavior by default (previously the cache was only saved on job success).


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: 0382 <34814608+0382@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Actions to latest versions Update GitHub Actions to latest major versions Mar 11, 2026
Copilot finished work on behalf of 0382 March 11, 2026 12:22
@codecov

codecov Bot commented Mar 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.02%. Comparing base (ecf05fa) to head (93adfc7).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   94.18%   94.02%   -0.17%     
==========================================
  Files           8        8              
  Lines        1754     1706      -48     
==========================================
- Hits         1652     1604      -48     
  Misses        102      102              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@0382
0382 marked this pull request as ready for review March 11, 2026 12:27
@0382
0382 merged commit f35e616 into master Mar 11, 2026
10 of 11 checks passed
@0382
0382 deleted the copilot/update-github-actions-versions branch March 11, 2026 13:42
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.

2 participants