Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
cmsdroff authored Jan 18, 2024
2 parents 91e1695 + 3ce3675 commit f03a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: recursive

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

0 comments on commit f03a60a

Please sign in to comment.