Skip to content

Commit

Permalink
Update ghcr.io/danger/danger-kotlin Docker tag to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent f84c25f commit b2fd775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Danger
uses: docker://ghcr.io/danger/danger-kotlin:1.2.0
uses: docker://ghcr.io/danger/danger-kotlin:1.3.1
with:
args: --failOnErrors --no-publish-check
env:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Danger Lint
if: ${{ github.event_name == 'pull_request' }}
uses: docker://ghcr.io/danger/danger-kotlin:1.2.0
uses: docker://ghcr.io/danger/danger-kotlin:1.3.1
with:
args: --failOnErrors --no-publish-check
env:
Expand Down

0 comments on commit b2fd775

Please sign in to comment.