Skip to content

Commit

Permalink
fix: use correct versions for CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Nov 28, 2019
1 parent 42a033f commit 695515e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ steps:
event: [pull_request]

- name: validate commits
image: outillage/commitsar:0.8.0
image: outillage/commitsar:0.9.0
depends_on: [clone]
when:
event: [pull_request]

- name: release notes
image: outillage/release-notary:0.4.2
image: outillage/release-notary:0.5.3
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down

0 comments on commit 695515e

Please sign in to comment.