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 ef74896 commit 1751471
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ jobs:
sudo ln -s ${ORACLE_HOME}/lib/libnnz11.so /usr/lib/libnnz11.so
fi
- name: Setup Ruby cache
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-
- name: Bundle
env:
RUBY_VERSION: ${{ matrix.ruby }}
Expand Down

0 comments on commit 1751471

Please sign in to comment.