Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
architecture: x64

- name: Caching of CrateDB
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-cratedb
with:
path: parts
key: cratedb-os=${{ matrix.os }}-${{ hashFiles('spec/bootstrap.rb') }}

- name: Caching of Ruby gems
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-gems
with:
path: vendor/bundle
Expand Down
Loading