Skip to content

Commit 46423c4

Browse files
committed
1 parent 6a601a5 commit 46423c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/skunk.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- name: Setup Ruby
11-
uses: actions/setup-ruby@v1
11+
uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: 2.6.x
14+
bundler-cache: true
1415
- name: Run test suite with COVERAGE=true
1516
run: |
1617
gem install bundler

0 commit comments

Comments
 (0)