Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Jun 29, 2021
1 parent 782b1fd commit 072831d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM dral3x/stringslint:swift-5.1
LABEL version="1.0.1"
FROM dral3x/stringslint:swift-5.3
LABEL version="1.1.0"
LABEL repository="https://github.com/dral3x/action-stringslint"
LABEL homepage="https://github.com/dral3x/action-stringslint"
LABEL maintainer="Alessandro Calzavara <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2

- name: GitHub Action for StringsLint
uses: dral3x/action-stringslint@1.0.1
uses: dral3x/action-stringslint@1.1.0

- name: GitHub Action for StringsLint with --config
uses: dral3x/action-stringslint@1.0.1
uses: dral3x/action-stringslint@1.1.0
with:
args: --config ../shared/stringslint.yml
```
Expand Down

0 comments on commit 072831d

Please sign in to comment.