We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a5b70c + 7d0de71 commit e190cd9Copy full SHA for e190cd9
.github/workflows/test.yml
@@ -7,11 +7,11 @@ on:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ - uses: actions/checkout@v4.1.1
13
- name: Set up Ruby
14
- uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
+ uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
15
with:
16
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
17
- name: Run tests
0 commit comments