Skip to content

Commit cf0d1fc

Browse files
authored
Merge pull request #21 from personnummer/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents d5f0654 + 7710fa0 commit cf0d1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby-version: [3.1, 3.2, 3.3, 3.4]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Ruby ${{ matrix.ruby-version }}
2323
uses: ruby/setup-ruby@v1
2424
with:

0 commit comments

Comments
 (0)