Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 11, 2022
1 parent 16508e6 commit 3417acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
description: "[${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
color: 0xeaa6e9
- name: 📻 Setup JDK16
uses: actions/setup-java@v3.0.0
uses: actions/setup-java@v3.1.1
with:
distribution: "zulu"
java-version: ${{ env.jdk }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
description: "[${{ github.workflow }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
color: 0xeaa6e9
- name: 📻 Setup JDK16
uses: actions/setup-java@v3.0.0
uses: actions/setup-java@v3.1.1
with:
distribution: "zulu"
java-version: ${{ env.jdk }}
Expand Down

0 comments on commit 3417acc

Please sign in to comment.