Skip to content

Commit 7419aa2

Browse files
author
Personbruker Workflow Authority
committed
4 file(s) updated by navikt/pb-workflow-authority, version 89b7245
1 parent 30e77b2 commit 7419aa2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-branch-gh-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Sett opp java
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: 17
30+
java-version: 21
3131
distribution: 'temurin'
3232

3333
- name: Sett opp gradle

.github/workflows/deploy-revision-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Sett opp java
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: 17
31+
java-version: 21
3232
distribution: 'temurin'
3333

3434
- name: Sett opp gradle

.github/workflows/on-push-to-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Sett opp java
3030
uses: actions/setup-java@v4
3131
with:
32-
java-version: 17
32+
java-version: 21
3333
distribution: 'temurin'
3434

3535
- name: Sett opp gradle

.github/workflows/on-push-to-other-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Sett opp java
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: 17
25+
java-version: 21
2626
distribution: 'temurin'
2727

2828
- name: Sett opp gradle

0 commit comments

Comments
 (0)