Skip to content

Commit

Permalink
bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Apr 21, 2022
1 parent 800e335 commit 072b77e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Danger
uses: 417-72KI/danger-swiftlint@v5.5
uses: 417-72KI/danger-swiftlint@v5.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### Note for version
> **Note** Version will match to Swift version since next time.
- v5(v5.5): Swift 5.5
- v5.6: Swift 5.6
- v5.5: Swift 5.5
- v4: Swift 5.4
- v3: Swift 5.3
- v2: Swift 5.2 (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.5'
image: 'docker://41772ki/danger-swiftlint:5.6'
branding:
icon: 'alert-circle'
color: 'purple'

0 comments on commit 072b77e

Please sign in to comment.