Skip to content

Commit

Permalink
Merge pull request #422 from skydoves/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-java action to v4.6.0
  • Loading branch information
skydoves authored Dec 18, 2024
2 parents b0cfffb + 7389819 commit 79619ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

0 comments on commit 79619ac

Please sign in to comment.