Skip to content

Commit

Permalink
Merge pull request #1618 from navikt/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/actions/setup-java/actions/setup-java-4

Bump actions/setup-java from 3 to 4 in /.github/actions/setup-java
  • Loading branch information
hestad authored Dec 20, 2023
2 parents 0963a29 + dace565 commit 89d6634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '20'

0 comments on commit 89d6634

Please sign in to comment.