Skip to content

Commit 8ff5423

Browse files
committed
chore: release v5.0.1
- Bump version to 5.0.1 - Fix Node.js 24 punycode deprecation warning via @actions/[email protected] - Updates @azure/storage-blob to ^12.29.1 Related: #1685
1 parent 9233019 commit 8ff5423

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Changelog
44

5+
### 5.0.1
6+
7+
- Update `@azure/storage-blob` to `^12.29.1` via `@actions/[email protected]` [#1685](https://github.com/actions/cache/pull/1685)
8+
59
### 5.0.0
610

711
> [!IMPORTANT]

package-lock.json

Lines changed: 2 additions & 3 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
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",

0 commit comments

Comments
 (0)