Skip to content

Commit 3ce5559

Browse files
authored
Merge pull request #15 from increments/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 74859f8 + 2cec227 commit 3ce5559

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
continue-on-error: false
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
@@ -29,7 +29,7 @@ jobs:
2929
rubocop:
3030
runs-on: "ubuntu-latest"
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: "3.1"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
- Bump actions/checkout from 3 to 4
4+
35
## 0.3.2
46
- Allow space in merge command
57
- Send message when all exceptions

0 commit comments

Comments
 (0)