Skip to content

Commit f3d1a1d

Browse files
committed
Bump version to 3.1.0
1 parent 3833fa8 commit f3d1a1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1"
2+
LABEL version="3.1.0"
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v1
2424
- name: GitHub Action for SwiftLint
25-
uses: norio-nomura/action-swiftlint@3.0.1
25+
uses: norio-nomura/action-swiftlint@3.1.0
2626
- name: GitHub Action for SwiftLint with --strict
27-
uses: norio-nomura/action-swiftlint@3.0.1
27+
uses: norio-nomura/action-swiftlint@3.1.0
2828
with:
2929
args: --strict
3030
- name: GitHub Action for SwiftLint (Only files changed in the PR)
31-
uses: norio-nomura/action-swiftlint@3.0.1
31+
uses: norio-nomura/action-swiftlint@3.1.0
3232
env:
3333
DIFF_BASE: ${{ github.base_ref }}
3434
```

0 commit comments

Comments
 (0)