Skip to content

Commit

Permalink
chore(deps): update actions/setup-java digest to e150063 (open-featur…
Browse files Browse the repository at this point in the history
…e#125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Bhandari, Pramesh(AWF) <pabhandari@ebay.com>
  • Loading branch information
renovate[bot] authored and Bhandari, Pramesh(AWF) committed Nov 3, 2022
1 parent 0282a83 commit bc8a16d
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 bc8a16d

Please sign in to comment.