Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Nov 29, 2023
1 parent ece65a8 commit a37bce9
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.4.3
LABEL version="1.1.3"
FROM dral3x/stringslint:swift-5.4.4
LABEL version="1.1.4"
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/[email protected].3
uses: dral3x/[email protected].4

- name: GitHub Action for StringsLint with --config
uses: dral3x/[email protected].3
uses: dral3x/[email protected].4
with:
args: --config ../shared/stringslint.yml
```
Expand Down

0 comments on commit a37bce9

Please sign in to comment.