Skip to content

Commit 755b793

Browse files
Update GH actions stuff
1 parent f4342ec commit 755b793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111
- name: Set up Ruby
1212
uses: ruby/setup-ruby@v1
1313
- name: Install SQLite
1414
run: |
1515
sudo apt-get update
1616
sudo apt-get install libsqlite3-dev
1717
- name: Cache gems
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: vendor/bundle
2121
key: ${{ runner.os }}-gem1-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)