From 7def02dd7b0aeeec7babe2f63aefbd2020046e58 Mon Sep 17 00:00:00 2001 From: Bastien Date: Tue, 13 Aug 2024 17:23:12 +0200 Subject: [PATCH] chore: update to 1.1.1 (#15) --- .version | 2 +- README.md | 2 ++ action.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 9084fa2..524cb55 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/README.md b/README.md index 50a87ca..5255ed1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ By default, the action will check your code with the same defaults as [SW](https://github.com/jobtrek/sw?tab=readme-ov-file#defaults). You can pass specific configuration directly to SW from the action parameters. +> v1.1.1 + ## Use this action in your repository You need to set up a workflow that : diff --git a/action.yml b/action.yml index 0959811..a29f07e 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ outputs: # Update the image repository and tag below. runs: using: docker - image: docker://ghcr.io/jobtrek/sw-action:latest + image: docker://ghcr.io/jobtrek/sw-action:v1.1.1 env: INPUT_PATH: ${{ inputs.path }} INPUT_LANG: ${{ inputs.lang }}