Skip to content

Commit df9ff59

Browse files
chore(deps): bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c9654a commit df9ff59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Cache
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
timeout-minutes: 1
2727
continue-on-error: true
2828
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v3
6363

6464
- name: Cache
65-
uses: actions/[email protected].1
65+
uses: actions/[email protected].2
6666
timeout-minutes: 1
6767
continue-on-error: true
6868
with:

0 commit comments

Comments
 (0)