Merge pull request #149 from mlus-asuka/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
mlus 2025-12-02 18:30:50 +08:00 committed by GitHub
commit 5583424e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
startsWith(github.event.comment.body, '/backport') startsWith(github.event.comment.body, '/backport')
) )
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Create backport pull requests - name: Create backport pull requests
uses: korthout/backport-action@v3 uses: korthout/backport-action@v3
with: with:

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v5 uses: gradle/actions/wrapper-validation@v5