We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4342ec commit 755b793Copy full SHA for 755b793
.github/workflows/test.yml
@@ -7,15 +7,15 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
11
- name: Set up Ruby
12
uses: ruby/setup-ruby@v1
13
- name: Install SQLite
14
run: |
15
sudo apt-get update
16
sudo apt-get install libsqlite3-dev
17
- name: Cache gems
18
- uses: actions/cache@v1
+ uses: actions/cache@v4
19
with:
20
path: vendor/bundle
21
key: ${{ runner.os }}-gem1-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments