Skip to content

Commit

Permalink
Merge pull request #129 from DFE-Digital/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
RogerHowellDfE authored Jan 2, 2024
2 parents c6f58d7 + 7fd0002 commit 0777e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
####

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
Expand Down

0 comments on commit 0777e08

Please sign in to comment.