12
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2026-07-03 21:59:30 +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

@ -28,7 +28,7 @@ inputs:
description: 'An AWS region where the bucket is located'
required: true
runs:
using: 'node16'
using: 'node20'
main: '../dist/save-only/index.js'
branding:
icon: 'archive'