We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a7a8d + 94d6fdf commit 6077995Copy full SHA for 6077995
2 files changed
.github/workflows/renovate-verify.yml
@@ -41,7 +41,7 @@ jobs:
41
ln -s "$PWD" "$tap_dir"
42
43
- name: Cache Homebrew Bundler RubyGems
44
- uses: actions/cache@v5
+ uses: actions/cache@v6
45
with:
46
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
47
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
id: cache
22
23
24
25
0 commit comments