From d184c317dbe57672a8f5666316ebe50183c90cd2 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 1 Apr 2025 12:42:46 -0700 Subject: [PATCH] Update action.yml --- .github/workflows/composite/prep/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/prep/action.yml b/.github/workflows/composite/prep/action.yml index 7285eb63..566733b9 100644 --- a/.github/workflows/composite/prep/action.yml +++ b/.github/workflows/composite/prep/action.yml @@ -18,7 +18,7 @@ runs: uses: Homebrew/actions/setup-homebrew@master - name: Cache Bundler RubyGems - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}