Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 42e72db

Browse files
chore: bump actions/cache from 4.2.2 to 4.2.3 (#141)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93659b8 commit 42e72db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
38+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3939
with:
4040
path: /usr/local/Homebrew
4141
key: v1-brew-cache-${{ matrix.os }}

0 commit comments

Comments
 (0)