Skip to content

Commit 4ca16ce

Browse files
Andrei.OvcharenkoAndrei.Ovcharenko
authored andcommitted
Fix actionlint archive checksum
1 parent 677cd26 commit 4ca16ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
version="1.7.12"
3535
archive="actionlint_${version}_linux_amd64.tar.gz"
36-
checksum="8aca8db96f1b94770f1b0d72b6ddcb1ebb8123cb3712530b08cc387b349a3d8"
36+
checksum="8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8"
3737
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${version}/${archive}"
3838
echo "${checksum} ${archive}" | sha256sum -c -
3939
tar -xzf "${archive}" actionlint

0 commit comments

Comments
 (0)