We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb4c9d + 5793cd2 commit e418296Copy full SHA for e418296
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ ubuntu-latest, macos-latest ]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- name: Set up Ruby
16
uses: ruby/setup-ruby@v1
17
with:
0 commit comments