Merge pull request #113 from mlus-asuka/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
mlus 2025-09-02 19:01:21 +08:00 committed by GitHub
commit 2cea1068dd
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@v4 - uses: actions/checkout@v5
- 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@v4 uses: actions/checkout@v5
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4 uses: gradle/actions/wrapper-validation@v4