mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
1776dca6c7
This commit rolls up following PRs into a single one: - https://github.com/denoland/deno/pull/16672 - https://github.com/denoland/deno/pull/16674 - https://github.com/denoland/deno/pull/16972 Generation script was updated to take into account these changes. Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Geert-Jan Zwiers <geertjanzwiers@protonmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
10 lines
263 B
YAML
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: node16
|