Skip to content

Commit

Permalink
Remove actions/cache@v4 from GithubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 2, 2024
1 parent b2ab0e0 commit 90103d3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
rspec:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand All @@ -37,14 +38,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- name: Setup Ruby cache
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-
- name: Bundle
env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit 90103d3

Please sign in to comment.