Update actions/checkout action to v6

This commit is contained in:
renovate[bot] 2026-05-22 21:09:16 +00:00 committed by GitHub
parent 261b86b47b
commit 4cf1df3883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
submodules: "true" submodules: "true"
- name: Setup Ruby - name: Setup Ruby