Skip to content

Commit d915463

Browse files
pftgclaude
andcommitted
fix: use forked cache-apt-pkgs-action with Node 24 support
Upstream awalsh128/cache-apt-pkgs-action@latest pins actions/cache@v4 (Node 20, deprecated). Use jetthoughts fork with actions/cache@v5 (Node 24) until upstream merges the fix. Upstream PR: awalsh128/cache-apt-pkgs-action#198 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 18bb33a commit d915463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/setup-ruby-and-dependencies

.github/actions/setup-ruby-and-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: Install and cache vips
2929
if: ${{ inputs.cache-apt-packages == 'true' }}
30-
uses: awalsh128/cache-apt-pkgs-action@latest
30+
uses: jetthoughts/cache-apt-pkgs-action@fix/upgrade-actions-cache-v5
3131
with:
3232
packages: libvips libglib2.0-0 libglib2.0-dev libwebp-dev libvips42 libpng-dev
3333
version: tests-v2

0 commit comments

Comments
 (0)