ci: update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-27 09:57:43 +01:00
committed by cn
parent 8e598f4506
commit 55038fc231
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- '3.3'
- '3.4'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with: