Skip to content

Commit e88afeb

Browse files
authored
Merge pull request #64 from Commonjava/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents e81e1b1 + 28eafa5 commit e88afeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@v7
4040

4141
- name: Set up JDK 11 for x64
4242
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)