From b8cd4d773ab16d91ef806d8f689cc7a02cb0b064 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 5 Nov 2024 13:34:39 -0800 Subject: [PATCH] GitHub workflow: use actions/cache@v4 Signed-off-by: Steve Peters --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b0cf496c..15d6df2ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Cache Bundler RubyGems id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}