Skip to content

Commit 0696606

Browse files
authored
Merge pull request #2 from fishbrain/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5152743 + e4621f2 commit 0696606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ruby: ['2.7', '3.0', '3.3']
99
name: Ruby ${{ matrix.ruby }} CI
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)