From 9a4a7151f97bec9d49b357115f5d5756cf26b9d4 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Thu, 5 Dec 2024 09:45:14 -0800 Subject: [PATCH] Bump version of CI actions to remove deprecated actions/cache@v4 Signed-off-by: Kate Goldenring --- .github/workflows/bump-spin.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-spin.yml b/.github/workflows/bump-spin.yml index 51f2d40..de93fed 100644 --- a/.github/workflows/bump-spin.yml +++ b/.github/workflows/bump-spin.yml @@ -25,7 +25,7 @@ jobs: git_commit_gpgsign: true - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore(spin.rb): bump Spin to ${{ github.event.client_payload.version }}" title: "chore(spin.rb): bump Spin to ${{ github.event.client_payload.version }}" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d9b9b6..5780b9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - name: Cache Homebrew 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 }}