Skip to content

Commit 01893c1

Browse files
Bump actions/setup-java from 5.2.0 to 5.3.0 (#489)
Bump actions/setup-java from 5.2.0 to 5.3.0 (#489)
1 parent 716e6b4 commit 01893c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-gomod-ci-${{ hashFiles('gradle.properties', 'gradle/libs.versions.toml') }}
2727
restore-keys:
2828
${{ runner.os }}-gomod-ci-
29-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
29+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3030
with:
3131
distribution: 'temurin'
3232
java-version: '21'

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-gomod-conformance-${{ hashFiles('gradle.properties', 'gradle/libs.versions.toml') }}
2727
restore-keys:
2828
${{ runner.os }}-gomod-conformance-
29-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
29+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3030
with:
3131
distribution: 'temurin'
3232
java-version: '21'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
restore-keys:
2525
${{ runner.os }}-gomod-ci-
2626
- name: Set up JDK
27-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
27+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
2828
with:
2929
distribution: 'temurin'
3030
java-version: '21'

0 commit comments

Comments
 (0)