Skip to content

Commit 336881f

Browse files
committed
Bump version to 3.0.1
1 parent d9a2e4b commit 336881f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM norionomura/swiftlint:swift-5.1
2-
LABEL version="3.0.0"
2+
LABEL version="3.0.1"
33
LABEL repository="https://github.com/norio-nomura/action-swiftlint"
44
LABEL homepage="https://github.com/norio-nomura/action-swiftlint"
55
LABEL maintainer="Norio Nomura <[email protected]>"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v1
2424
- name: GitHub Action for SwiftLint
25-
uses: norio-nomura/[email protected].0
25+
uses: norio-nomura/[email protected].1
2626
```
2727
2828
## Secrets

0 commit comments

Comments
 (0)