Skip to content

Commit

Permalink
chore(deps): update dependency mvdan/sh to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 988d9a0 commit cd30581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ golang-base:
shell-formatting-base:
FROM +golang-base
# renovate: datasource=github-releases depName=mvdan/sh
ENV SHFMT_VERSION="v3.7.0"
ENV SHFMT_VERSION="v3.10.0"
RUN go install mvdan.cc/sh/v3/cmd/shfmt@$SHFMT_VERSION
DO +COPY_SOURCECODE

Expand Down

0 comments on commit cd30581

Please sign in to comment.