Skip to content

Commit 9b8ca9f

Browse files
committed
Bump actions/cache to 5.0.3
1 parent 9255dc7 commit 9b8ca9f

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
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.2
6+
7+
- Bump `@actions/cache` to v5.0.3
8+
59
### 5.0.1
610

711
- Update `@azure/storage-blob` to `^12.29.1` via `@actions/[email protected]` [#1685](https://github.com/actions/cache/pull/1685)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",
@@ -23,7 +23,7 @@
2323
"author": "GitHub",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@actions/cache": "^5.0.1",
26+
"@actions/cache": "^5.0.3",
2727
"@actions/core": "^2.0.0",
2828
"@actions/exec": "^2.0.0",
2929
"@actions/io": "^2.0.0"

0 commit comments

Comments
 (0)