Skip to content

Commit

Permalink
chore(deps): update actions/setup-java digest to 9eda6b5 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 6257639 commit 7cef673
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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11
uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9
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 @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 8
uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11
uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9
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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11
uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit 7cef673

Please sign in to comment.