Skip to content

Commit e511d57

Browse files
authored
Merge pull request #136 from pakohan/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 26f3b7c + d6a6a4a commit e511d57

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
url: ${{ steps.deployment.outputs.page_url }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: actions/setup-java@v5
2121
with:
2222
java-version: '22'

.github/workflows/publish_maven_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "Maven Central Deployment"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- uses: actions/setup-java@v5
1919
with:
2020
java-version: '22'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- uses: actions/setup-java@v5
1818
with:
1919
java-version: '22'

0 commit comments

Comments
 (0)