Skip to content

Commit f9e9e43

Browse files
Bump actions/checkout from 3 to 4 (#379)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4557193 commit f9e9e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rubocop:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.2'
@@ -31,7 +31,7 @@ jobs:
3131
ruby-version: ['3.0', '3.1', '3.2', 'head']
3232
steps:
3333
- name: Check out branch
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Set up Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:

0 commit comments

Comments
 (0)