Skip to content

Commit 66cf064

Browse files
committed
Merge branch 'main' into update-to-node-20
2 parents e718767 + e12d46a commit 66cf064

File tree

4 files changed

+32
-27
lines changed

4 files changed

+32
-27
lines changed

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

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

RELEASES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112

113113
- Fixes bug with Azure SDK causing blob downloads to get stuck.
114114

115+
### 3.3.3
116+
117+
- Updates @actions/cache to v3.2.3 to fix accidental mutated path arguments to `getCacheVersion` [actions/toolkit#1378](https://github.com/actions/toolkit/pull/1378)
118+
- Additional audit fixes of npm package(s)
119+
115120
### 4.0.0
116121

117-
- Updated minimum runner version support from node 12 -> node 20
122+
- Updated minimum runner version support from node 12 -> node 20

package-lock.json

Lines changed: 15 additions & 15 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": "^3.2.2",
26+
"@actions/cache": "^3.2.3",
2727
"@actions/core": "^1.10.0",
2828
"@actions/exec": "^1.1.1",
2929
"@actions/io": "^1.1.2"

0 commit comments

Comments
 (0)