Update action runtime to node20 (#175)

This commit is contained in:
Linda_pp
2023-10-26 03:36:38 +09:00
committed by GitHub
parent 3cf7f8cc28
commit b1db5f9d5f
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ outputs:
cache-hit:
description: "A boolean value that indicates an exact match was found."
runs:
using: "node16"
using: "node20"
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success() || env.CACHE_ON_FAILURE == 'true'"