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 2649bc2 + bd8b1a1 commit 813539fCopy full SHA for 813539f
.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
@@ -29,7 +29,7 @@ jobs:
30
31
32
33
34
- name: Install ruby version ${{ matrix.cfg.ruby }}
35
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