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 cad09aa + 297eb7f commit a57a829Copy full SHA for a57a829
.github/workflows/mend.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Mend Monitor
12
steps:
13
- name: Checkout current PR
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Setup Ruby
16
uses: ruby/setup-ruby@v1
17
with:
.github/workflows/rspec_tests.yaml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.cfg.os }}
25
26
27
28
29
- name: Install ruby version ${{ matrix.cfg.ruby }}
30
0 commit comments