0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00
denoland-deno/.github/mtime_cache/action.yml
Asher Gomez ea7d36ba41 chore: upgrade CI workflows to use Node 20 (#22304)
No longer uses Node 16, which is deprecated.
2024-02-08 14:56:46 +05:30

10 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