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 17631bb + f65a493 commit 61847dcCopy full SHA for 61847dc
.github/workflows/checks.yaml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.cfg.os }}
21
steps:
22
- name: Checkout current PR
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
26
.github/workflows/rspec_tests.yaml
@@ -26,7 +26,7 @@ jobs:
27
28
29
30
31
- name: Install ruby version ${{ matrix.cfg.ruby }}
32
uses: ruby/setup-ruby@v1
.github/workflows/snyk_monitor.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Snyk Monitor
12
13
14
15
- name: Setup Ruby
16
17
0 commit comments