Skip to content

Commit 1751471

Browse files
committed
Remove actions/cache@v4 from GithubActions
1 parent ef74896 commit 1751471

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ jobs:
100100
sudo ln -s ${ORACLE_HOME}/lib/libnnz11.so /usr/lib/libnnz11.so
101101
fi
102102
103-
- name: Setup Ruby cache
104-
uses: actions/cache@v4
105-
with:
106-
path: vendor/bundle
107-
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
108-
restore-keys: |
109-
${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-
110-
111103
- name: Bundle
112104
env:
113105
RUBY_VERSION: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)