Skip to content

Commit

Permalink
chore(deps): update actions/setup-java digest to e150063
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2022
1 parent 2c01907 commit 619a5ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Set up JDK 8
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576
with:
java-version: '8'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up JDK 8
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576
with:
java-version: '8'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit 619a5ac

Please sign in to comment.