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.
1 parent 521ae58 commit c44aa8cCopy full SHA for c44aa8c
.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@v3
+ uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
.github/workflows/mend.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Mend Monitor
12
13
14
15
- name: Setup Ruby
16
uses: ruby/setup-ruby@v1
17
.github/workflows/rspec_tests.yaml
@@ -29,7 +29,7 @@ jobs:
30
31
32
33
34
- name: Install ruby version ${{ matrix.cfg.ruby }}
35
0 commit comments