diff --git a/.version b/.version index 45a1b3f..781dcb0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/Dockerfile b/Dockerfile index ae6c6e9..4a086a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN cargo install ast-grep --locked # Get a specific version of the sw project RUN apk add --no-cache git=2.45.2-r0 # When making a release, update the tag to match the wanted sw release : https://github.com/jobtrek/sw/releases -RUN git clone --depth 1 --branch v0.2.3 https://github.com/jobtrek/sw.git +RUN git clone --depth 1 --branch v0.2.5 https://github.com/jobtrek/sw.git WORKDIR /sw RUN cargo build --release diff --git a/README.md b/README.md index e4c86c1..9687c76 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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.2 +> v1.1.3 ## Use this action in your repository diff --git a/action.yml b/action.yml index 27a2c1f..834f464 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:v1.1.2 + image: docker://ghcr.io/jobtrek/sw-action:v1.1.3 env: INPUT_PATH: ${{ inputs.path }} INPUT_LANG: ${{ inputs.lang }}