Skip to content

Commit

Permalink
upgrade: update actions/setup-java digest to b36c23c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 06fc648 commit f6f81fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
java=${{ steps.asdf.outputs.java }}
echo "distribution=$(echo $java | cut -d '-' -f 1)" >> $GITHUB_OUTPUT
echo "version=$(echo $java | cut -d '-' -f 2)" >> $GITHUB_OUTPUT
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
with:
distribution: ${{ steps.extract_distribution_and_version.outputs.distribution }}
java-version: ${{ steps.extract_distribution_and_version.outputs.version }}
Expand Down

0 comments on commit f6f81fe

Please sign in to comment.