Skip to content

Commit

Permalink
Merge pull request #517 from adoptium/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4.2.0

Bump actions/setup-java from 4.1.0 to 4.2.0
  • Loading branch information
smlambert committed Mar 13, 2024
2 parents fe9458f + 417b087 commit 67b60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testTKG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ref: refs/pull/${{ github.event.issue.number }}/head

- name: Set up JDK
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
with:
distribution: 'temurin'
java-version: 11
Expand Down

0 comments on commit 67b60aa

Please sign in to comment.