Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 13, 2022
1 parent 22d3e14 commit 3ae7189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Danger
uses: 417-72KI/danger-swiftlint@v5.6
uses: 417-72KI/danger-swiftlint@v5.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### Note for version
- v5.7: Swift 5.7
- v5.6: Swift 5.6
- v5.5: Swift 5.5
- v4: Swift 5.4 (no longer updated)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://41772ki/danger-swiftlint:5.6'
image: 'docker://41772ki/danger-swiftlint:5.7'
branding:
icon: 'alert-circle'
color: 'purple'

0 comments on commit 3ae7189

Please sign in to comment.