Skip to content

Commit 82aed5c

Browse files
authored
Merge branch 'main' into renovate/actions-checkout-5.x
2 parents 15cd2e2 + 49f60f8 commit 82aed5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: temurin
4040

4141
- name: Setup Go
42-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
42+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4343
with:
4444
go-version: '1.21'
4545

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up JDK
4747
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
4848
with:
49-
java-version: 17.x
49+
java-version: 21.x
5050
distribution: temurin
5151
- name: Run formatter
5252
id: formatter

0 commit comments

Comments
 (0)