From c964590dcbe8c8715ffa62f66f2b1876b1c1efca Mon Sep 17 00:00:00 2001 From: TristanB17 Date: Fri, 28 Feb 2025 12:03:18 -0700 Subject: [PATCH] update github action cache version --- .github/workflows/rspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 198903e4..57363046 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -20,7 +20,7 @@ jobs: with: ruby-version: ${{ matrix.ruby_version }} - name: Cache Gems - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-${{matrix.ruby_version}}-event_source-gems-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }}