Skip to content

Commit 8733c54

Browse files
chore(deps): update actions/setup-java action to v4.7.0 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33f9998 commit 8733c54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: 🧱 Set up JDK and Maven
31-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
31+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
3232
with:
3333
distribution: adopt
3434
java-version: 17
@@ -119,7 +119,7 @@ jobs:
119119
COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PASSPHRASE: ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PASSPHRASE }}
120120
steps:
121121
- name: 🧱 Set up JDK and Maven
122-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
122+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
123123
with:
124124
distribution: adopt
125125
java-version: 17
@@ -149,7 +149,7 @@ jobs:
149149
GITHUB_TOKEN: ${{ github.token }}
150150
steps:
151151
- name: 🧱 Set up JDK and Maven
152-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
152+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
153153
with:
154154
distribution: adopt
155155
java-version: 17

0 commit comments

Comments
 (0)