Skip to content

Commit

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

build(deps): Bump actions/setup-java from 3 to 4
  • Loading branch information
Michaelpalacce authored Nov 11, 2024
2 parents 57670cd + 14e0915 commit 1c13ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup Java Action
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
Expand Down

0 comments on commit 1c13ec1

Please sign in to comment.