Skip to content

Commit ce2132e

Browse files
chore: bump actions/cache from 4.2.0 to 4.2.2 (#139)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 433cc82 commit ce2132e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
3636
- name: Homebrew Cache
3737
if: ${{ matrix.os == 'macos-latest' }}
38-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
38+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3939
with:
4040
path: /usr/local/Homebrew
4141
key: v1-brew-cache-${{ matrix.os }}

0 commit comments

Comments
 (0)