Skip to content

Commit

Permalink
4 file(s) updated by navikt/pb-workflow-authority, version 89b7245
Browse files Browse the repository at this point in the history
  • Loading branch information
Personbruker Workflow Authority committed Jan 7, 2025
1 parent 30e77b2 commit 7419aa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-branch-gh-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Sett opp java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'

- name: Sett opp gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-revision-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Sett opp java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'

- name: Sett opp gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Sett opp java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'

- name: Sett opp gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-other-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Sett opp java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'

- name: Sett opp gradle
Expand Down

0 comments on commit 7419aa2

Please sign in to comment.