Skip to content

Commit 6d13d18

Browse files
authored
Bump actions/checkout from 3 to 4 (#510)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
2 parents 7a23cb6 + f85f631 commit 6d13d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Ruby ${{ matrix.ruby }}
1515
uses: ruby/setup-ruby@v1
1616
with:

0 commit comments

Comments
 (0)