feat: include a hash of deno.lock files in the cache key automatically (#98)

This commit is contained in:
David Sherret
2025-05-13 12:53:56 -04:00
committed by GitHub
parent fd6b0ad149
commit 3169cf993b
12 changed files with 1993 additions and 830 deletions

11
deno.lock generated
View File

@@ -3,6 +3,7 @@
"specifiers": {
"npm:@actions/cache@^4.0.3": "4.0.3",
"npm:@actions/core@^1.11.1": "1.11.1",
"npm:@actions/glob@0.5": "0.5.0",
"npm:@actions/tool-cache@^2.0.2": "2.0.2",
"npm:@types/node@*": "22.15.15",
"npm:@types/node@^22.15.0": "22.15.17",
@@ -17,7 +18,7 @@
"dependencies": [
"@actions/core",
"@actions/exec",
"@actions/glob",
"@actions/glob@0.1.2",
"@actions/http-client",
"@actions/io",
"@azure/abort-controller@1.1.0",
@@ -47,6 +48,13 @@
"minimatch"
]
},
"@actions/glob@0.5.0": {
"integrity": "sha512-tST2rjPvJLRZLuT9NMUtyBjvj9Yo0MiJS3ow004slMvm8GFM+Zv9HvMJ7HWzfUyJnGrJvDsYkWBaaG3YKXRtCw==",
"dependencies": [
"@actions/core",
"minimatch"
]
},
"@actions/http-client@2.2.3": {
"integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
"dependencies": [
@@ -1083,6 +1091,7 @@
"dependencies": [
"npm:@actions/cache@^4.0.3",
"npm:@actions/core@^1.11.1",
"npm:@actions/glob@0.5",
"npm:@actions/tool-cache@^2.0.2",
"npm:@types/node@^22.15.0",
"npm:@types/semver@^7.7.0",