Skip to content

Commit dfa43fd

Browse files
authored
Merge pull request #12 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7877173 + 2206b5b commit dfa43fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:

0 commit comments

Comments
 (0)