Skip to content

Commit 35806fb

Browse files
build(deps): bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2a485a commit 35806fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Cache
25-
uses: actions/[email protected].3
25+
uses: actions/[email protected].4
2626
timeout-minutes: 1
2727
continue-on-error: true
2828
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Cache
67-
uses: actions/[email protected].3
67+
uses: actions/[email protected].4
6868
timeout-minutes: 1
6969
continue-on-error: true
7070
if: matrix.os != 'macos-latest' # Cache causes errors on macOS

0 commit comments

Comments
 (0)