Skip to content

Commit

Permalink
build: Misc dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 8, 2022
1 parent ac67bd8 commit b965cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
output_result: true

- name: Release Drafter
uses: release-drafter/release-drafter@v5.18.1
uses: release-drafter/release-drafter@v5.19.0
if: steps.verify-ci-status.outputs.result == 'success'
with:
name: next
Expand All @@ -41,13 +41,13 @@ jobs:
if: needs.validate.outputs.should_release == 'true'
steps:
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/[email protected]
with:
distribution: 'temurin'
distribution: temurin
java-version: 11
- name: Release
uses: jenkins-infra/[email protected]
Expand Down

0 comments on commit b965cbd

Please sign in to comment.