Skip to content

Commit 9f4dcd7

Browse files
committed
Bump version to 3.2.1
1 parent 087d8ab commit 9f4dcd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM norionomura/swiftlint:swift-5
2-
LABEL version="3.2.0"
2+
LABEL version="3.2.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ 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
- name: GitHub Action for SwiftLint with --strict
27-
uses: norio-nomura/[email protected].0
27+
uses: norio-nomura/[email protected].1
2828
with:
2929
args: --strict
3030
- name: GitHub Action for SwiftLint (Only files changed in the PR)
31-
uses: norio-nomura/[email protected].0
31+
uses: norio-nomura/[email protected].1
3232
env:
3333
DIFF_BASE: ${{ github.base_ref }}
3434
- name: GitHub Action for SwiftLint (Different working directory)
35-
uses: norio-nomura/[email protected].0
35+
uses: norio-nomura/[email protected].1
3636
env:
3737
WORKING_DIRECTORY: Source
3838
```

0 commit comments

Comments
 (0)