This commit is contained in:
dependabot[bot] 2026-05-25 15:17:49 +00:00 committed by GitHub
commit 134345bb33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.ref }}
clean: true

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1
- name: setup ruby

View file

@ -26,7 +26,7 @@ jobs:
- '4.0'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):