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 74859f8 + 2cec227 commit 3ce5559Copy full SHA for 3ce5559
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: "ubuntu-latest"
20
continue-on-error: false
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- uses: ruby/setup-ruby@v1
24
with:
25
ruby-version: ${{ matrix.ruby }}
@@ -29,7 +29,7 @@ jobs:
29
rubocop:
30
31
32
33
34
35
ruby-version: "3.1"
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+- Bump actions/checkout from 3 to 4
4
+
5
## 0.3.2
6
- Allow space in merge command
7
- Send message when all exceptions
0 commit comments