Skip to content

Commit f6fe4c6

Browse files
author
Stian S. Douzette
committed
bumper java-setup action fra 4.2.1 til 4.3.0
1 parent b7b0c3c commit f6fe4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-gradle-
2525
- name: Set up JDK 20
26-
uses: actions/setup-java@v4.2.1
26+
uses: actions/setup-java@v4.3.0
2727
with:
2828
distribution: 'adopt'
2929
java-version: '20'

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.sha }}
2020

2121
- name: Set up Java
22-
uses: actions/setup-java@v4.2.1
22+
uses: actions/setup-java@v4.3.0
2323
with:
2424
java-version: '20'
2525
distribution: 'temurin'

0 commit comments

Comments
 (0)