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 24, 2024
1 parent 4658046 commit 060d2aa
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 @@ -95,7 +95,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_CI_DATA

Expand Down

0 comments on commit 060d2aa

Please sign in to comment.