3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-12 23:35:25 +00:00

Bump action runtime from node20 to node24

This commit is contained in:
Jasperhino 2026-04-23 13:08:11 +02:00
parent cae5e556dd
commit cbe95a5765
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ outputs:
cache-matched-key:
description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
runs:
using: 'node20'
using: 'node24'
main: '../dist/restore-only/index.js'
branding:
icon: 'archive'