Skip to content

Commit

Permalink
Merge pull request #8 from ikedam/feature/latestcdyaml
Browse files Browse the repository at this point in the history
Use latest cd.yaml template
  • Loading branch information
ikedam authored Apr 2, 2022
2 parents 68c6aa7 + f5b2fe8 commit f7e3895
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 f7e3895

Please sign in to comment.