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:
commit
2cea1068dd
2
.github/workflows/backport-prs.yml
vendored
2
.github/workflows/backport-prs.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
startsWith(github.event.comment.body, '/backport')
|
||||
)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Create backport pull requests
|
||||
uses: korthout/backport-action@v3
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user