Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 05de66f commit 8fc46af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-java-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Java version
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.DISTRIBUTION }}
Expand Down

0 comments on commit 8fc46af

Please sign in to comment.