Skip to content

Commit

Permalink
Update actionlint builder to version 1.7.4 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Dec 6, 2024
1 parent 98c7acc commit 51047df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apk add --update --no-cache \
shellcheck

RUN cd /tmp && \
wget https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_linux_386.tar.gz && \
tar xf actionlint_1.6.27_linux_386.tar.gz && \
wget https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_linux_386.tar.gz && \
tar xf actionlint_1.7.4_linux_386.tar.gz && \
cp actionlint /usr/bin/ && \
chmod a+x /usr/bin/actionlint

Expand Down

0 comments on commit 51047df

Please sign in to comment.