Skip to content

Commit bd9a178

Browse files
committed
update GH image and actions versions
1 parent a15177c commit bd9a178

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '2.3'
14-
- uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 50
14+
- uses: actions/checkout@v3
1715
- uses: testspace-com/setup-testspace@v1
1816
with:
1917
domain: samples
20-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
2119
with:
2220
path: vendor/bundle
2321
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile.lock') }}

0 commit comments

Comments
 (0)