chore(deps): bump actions/cache from 4.2.4 to 4.3.0 (#1352)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-30 09:14:43 +02:00
committed by GitHub
parent 4c6dc8ff82
commit e828e14fa5

View File

@@ -22,7 +22,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@24a0b15df658487e137fcd20fba32757d41a9411 # master
- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v4.2.4
uses: actions/cache@v4.3.0
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}