Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 28, 2025
1 parent 5be744b commit 5fa026e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.5.0
image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.5.1
env:
INPUT_TRIGGERING_EVENT: ${{ inputs.triggering-event }}
INPUT_MERGE_GROUP_BASE: ${{ inputs.merge-group-base }}
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Next release

## v5.5.1

* Include git-lfs in image to avoid issues with projects using it
* Improve debugging of Differential ShellCheck

## v5.5.0

* Fail when running in a shallow git repository
Expand Down

0 comments on commit 5fa026e

Please sign in to comment.