3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-15 08:45:32 +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

@ -45,7 +45,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node20'
using: 'node24'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: "success()"