File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v4.1.1
1919 - name : Check workflow files
20- uses : docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260120
20+ uses : docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311
2121 with :
2222 args : -color
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apk add --update --no-cache \
66 shellcheck
77
88RUN cd /tmp && \
9- wget https://github.com/rhysd/actionlint/releases/download/v1.7.10 /actionlint_1.7.10_linux_386 .tar.gz && \
10- tar xf actionlint_1.7.10_linux_386 .tar.gz && \
9+ wget https://github.com/rhysd/actionlint/releases/download/v1.7.11 /actionlint_1.7.11_linux_386 .tar.gz && \
10+ tar xf actionlint_1.7.11_linux_386 .tar.gz && \
1111 cp actionlint /usr/bin/ && \
1212 chmod a+x /usr/bin/actionlint
1313
You can’t perform that action at this time.
0 commit comments