3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-07-22 03:05:51 +00:00

Switch to node20 context

This commit is contained in:
Boris Staal 2024-01-31 08:11:32 -06:00
parent c4c0190451
commit 871259f9e2
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

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