Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Feb 19, 2024
1 parent a37bce9 commit 7f33f08
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.4
LABEL version="1.1.4"
FROM dral3x/stringslint:swift-5.9.5
LABEL version="1.1.6"
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].4
uses: dral3x/[email protected].6

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

0 comments on commit 7f33f08

Please sign in to comment.