From 29a62575f4b95624bb5599d21aefac6c6aad55ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:37:10 +0200 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.2.4 (#1284) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_to_homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_homebrew.yml b/.github/workflows/release_to_homebrew.yml index 439d5fca..145e6a19 100644 --- a/.github/workflows/release_to_homebrew.yml +++ b/.github/workflows/release_to_homebrew.yml @@ -22,7 +22,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@24a0b15df658487e137fcd20fba32757d41a9411 # master - name: Cache Homebrew Bundler RubyGems id: cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}