Skip to content

Commit

Permalink
Use latest cd.yaml template
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Apr 2, 2022
1 parent 68c6aa7 commit f5b2fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
if: needs.validate.outputs.should_release == 'true'
steps:
- name: Check out
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.0.0
with:
distribution: 'adopt'
distribution: temurin
java-version: 8
- name: Release
uses: jenkins-infra/[email protected]
Expand Down

0 comments on commit f5b2fe8

Please sign in to comment.