We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6e8fb commit a62e080Copy full SHA for a62e080
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up repo
23
uses: actions/checkout@v4
24
- name: Set up cache
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: ${{ env.HOMEBREW_CACHE }}
28
key: ${{ runner.os }}-brew-1
0 commit comments