Skip to content

Commit 9ce7db3

Browse files
authored
Merge pull request #631 from akkinoc/dependabot/github_actions/actions/checkout-6.0.0
Chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0
2 parents 74a1905 + 1047001 commit 9ce7db3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
MAVEN_ARGS: -B --color always
1919
steps:
2020
- name: Checkout the Git repository
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v6.0.0
2222
- name: Setup Java
2323
uses: actions/setup-java@v5.0.0
2424
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
MAVEN_ARGS: -B --color always
1818
steps:
1919
- name: Checkout the Git repository
20-
uses: actions/checkout@v5.0.1
20+
uses: actions/checkout@v6.0.0
2121
- name: Setup Java
2222
uses: actions/setup-java@v5.0.0
2323
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
MAVEN_ARGS: -B --color always
1818
steps:
1919
- name: Checkout the Git repository
20-
uses: actions/checkout@v5.0.1
20+
uses: actions/checkout@v6.0.0
2121
with:
2222
ssh-key: ${{ secrets.GIT_PRIVATE_KEY }}
2323
- name: Setup Java

0 commit comments

Comments
 (0)