From 7f33f08ff7a834d7fc404040e23b8d6dfd03b30f Mon Sep 17 00:00:00 2001 From: Alessandro Calzavara Date: Mon, 19 Feb 2024 13:42:17 +0100 Subject: [PATCH] update to latest --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfcc9c8..0755cc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " diff --git a/README.md b/README.md index 49fa009..40d78d0 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ jobs: - uses: actions/checkout@v2 - name: GitHub Action for StringsLint - uses: dral3x/action-stringslint@1.1.4 + uses: dral3x/action-stringslint@1.1.6 - name: GitHub Action for StringsLint with --config - uses: dral3x/action-stringslint@1.1.4 + uses: dral3x/action-stringslint@1.1.6 with: args: --config ../shared/stringslint.yml ```