Skip to content

Commit 2559de5

Browse files
chore(deps): update actions/checkout action to v6 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82383d0 commit 2559de5

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
@@ -14,7 +14,7 @@ jobs:
1414
ruby: [ '2.5', '2.6', '2.7', '3.0']
1515
name: Lint & Test with Ruby ${{ matrix.ruby }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: ruby/setup-ruby@v1
1919
with:
2020
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)