mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 03:17:07 +05:30
chore(deps): update actions/setup-java action to v3.8.0
This commit is contained in:
parent
a8ba0ed3d9
commit
bd5cf0f167
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0
|
||||
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 18
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0
|
||||
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 18
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0
|
||||
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue