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:
commit
5583424e22
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')
|
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:
|
||||||
|
|
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user