Skip to content

Commit

Permalink
chore: update danger gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
GMinucci committed Dec 10, 2024
1 parent aed2fb2 commit b0b5c89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/danger-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
jobs:
danger-scan:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v3
- name: Danger
uses: danger/swift@3.15.0
uses: danger/swift@3.20.2
with:
args: --failOnErrors --no-publish-check
env:
Expand Down

0 comments on commit b0b5c89

Please sign in to comment.