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 ae6969c + c8b3e5e commit 417336eCopy full SHA for 417336e
.github/workflows/checks.yaml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.cfg.os }}
24
steps:
25
- name: Checkout current PR
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
27
with:
28
fetch-depth: 0
29
.github/workflows/rspec_tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Install ruby version ${{ matrix.cfg.ruby }}
37
uses: ruby/setup-ruby@v1
.github/workflows/snyk_monitor.yaml
@@ -14,7 +14,7 @@ jobs:
14
name: Snyk Monitor
15
16
17
18
- name: Setup Ruby
19
20
0 commit comments