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 caa4c2f commit 82abc99
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 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 @@ -23,6 +24,7 @@ jobs:
- '3.1'
- '3.0'
- 'head'

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,14 +34,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 }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ matrix.ruby }}-
- name: Bundle
run: |
gem install bundler
Expand Down

0 comments on commit 82abc99

Please sign in to comment.