Skip to content

fix(ci): use actions/cache for GitHub-hosted runners#42

Merged
amondnet merged 1 commit into
mainfrom
fix/actions-cache
Dec 19, 2025
Merged

fix(ci): use actions/cache for GitHub-hosted runners#42
amondnet merged 1 commit into
mainfrom
fix/actions-cache

Conversation

@amondnet

Copy link
Copy Markdown
Contributor

Summary

  • Replace runs-on/cache@v4 with actions/cache@v4 for the publish job

Why

runs-on/cache is specific to runs-on.com self-hosted runners. Since PR #41 changed the publish job to use GitHub-hosted runners (ubuntu-latest), we need to use actions/cache instead.

Test plan

  • Verify publish workflow runs successfully on next release

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

runs-on/cache is specific to runs-on.com self-hosted runners.
GitHub-hosted runners should use actions/cache instead.
@amondnet
amondnet merged commit 041da12 into main Dec 19, 2025
3 checks passed
@amondnet
amondnet deleted the fix/actions-cache branch December 19, 2025 12:48
@passionfactory-bot passionfactory-bot Bot mentioned this pull request Dec 19, 2025
@codecov

codecov Bot commented Dec 19, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.76%. Comparing base (706d295) to head (4e4b29a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
- Coverage   49.74%   48.76%   -0.99%     
==========================================
  Files          22       22              
  Lines        4535     4561      +26     
==========================================
- Hits         2256     2224      -32     
- Misses       2279     2337      +58     

☔ 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.

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