We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433cc82 commit ce2132eCopy full SHA for ce2132e
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
36
- name: Homebrew Cache
37
if: ${{ matrix.os == 'macos-latest' }}
38
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
39
with:
40
path: /usr/local/Homebrew
41
key: v1-brew-cache-${{ matrix.os }}
0 commit comments