Skip to content

Commit

Permalink
Update cd.yml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored May 11, 2022
1 parent abe6577 commit 83d2b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check interesting categories
uses: jenkins-infra/interesting-category-action@v1.0.0
uses: jenkins-infra/interesting-category-action@v1.1.0
id: interesting-categories
if: steps.verify-ci-status.outputs.result == 'success'
with:
Expand All @@ -43,14 +43,14 @@ jobs:
if: needs.validate.outputs.should_release == 'true'
steps:
- name: Check out
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: temurin
java-version: 8

- name: Release
Expand Down

0 comments on commit 83d2b4a

Please sign in to comment.