deno/.github/mtime_cache/action.yml
Asher Gomez 9955cbdb56
chore: upgrade CI workflows to use Node 20 (#22304)
No longer uses Node 16, which is deprecated.
2024-02-06 21:47:44 +00:00

11 lines
263 B
YAML

name: mtime cache
description:
Preserve last-modified timestamps by storing them in the Github Actions cache
inputs:
cache-path:
description: Path where the mtime cache database should be located
required: true
runs:
main: action.js
using: node20