Skip to content

Commit

Permalink
chore: release 1.1.3 with sw 0.2.5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Sep 26, 2024
1 parent ab874ce commit b0794f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b0794f6

Please sign in to comment.