Skip to content

Commit 02be8fd

Browse files
chore(deps): bump actions/checkout from 3 to 4
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]>
1 parent 3958570 commit 02be8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
ruby: [ '3.0', '3.1', '3.2' ]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Ruby ${{ matrix.ruby }}
2020
uses: ruby/setup-ruby@v1
2121
with:
@@ -26,7 +26,7 @@ jobs:
2626
build-win:
2727
runs-on: windows-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Set up Ruby 3.2
3131
uses: ruby/setup-ruby@v1
3232
with:
@@ -37,7 +37,7 @@ jobs:
3737
build-mac:
3838
runs-on: macos-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- name: Set up Ruby 3.2
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)