Skip to content

Commit 45a6a1d

Browse files
committed
E - Oppdaterer java versjon til 21.0.4 ihht tiligere feil mellom jacoco og java 21.
1 parent 54ebaad commit 45a6a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bygg_branch_og_publiser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Java'
3030
uses: actions/setup-java@v3
3131
with:
32-
java-version: 21
32+
java-version: 21.0.4
3333
distribution: temurin
3434

3535
- name: 'Bygger og tester'

.github/workflows/bygg_mainline_og_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 'Java'
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: 21
30+
java-version: 21.0.4
3131
distribution: temurin
3232

3333
- name: 'Sjekker at bygget kjører'

0 commit comments

Comments
 (0)