Skip to content

Commit

Permalink
Merge pull request #2 from luftfartsverket/renovate/actions-setup-jav…
Browse files Browse the repository at this point in the history
…a-4.x

chore(deps): update actions/setup-java action to v4
  • Loading branch information
lfvjimisola authored Oct 21, 2024
2 parents 1d5c632 + f25bef8 commit d8f62f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
repository: Luftfartsverket/reqstool-client
ref: ${{ inputs.ref }}
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
Expand Down

0 comments on commit d8f62f6

Please sign in to comment.