Skip to content

Commit 9233019

Browse files
authored
Merge pull request #1685 from salmanmkc/node24-storage-blob-fix
fix: update @actions/cache for Node.js 24 punycode deprecation
2 parents a783357 + b975f2b commit 9233019

9 files changed

Lines changed: 36 additions & 26 deletions

File tree

.licenses/npm/@actions/cache.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/fast-xml-parser.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/strnum.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/restore-only/index.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/restore/index.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/save-only/index.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/save/index.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "GitHub",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@actions/cache": "^5.0.0",
26+
"@actions/cache": "^5.0.1",
2727
"@actions/core": "^2.0.0",
2828
"@actions/exec": "^2.0.0",
2929
"@actions/io": "^2.0.0"

0 commit comments

Comments
 (0)