Skip to content

Commit 26ea699

Browse files
authored
Merge pull request #29 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 510cdf1 + cb0d444 commit 26ea699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)