diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 0045196..2aec5ab 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -224,8 +224,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_linux_arm64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "03ffe5891da7800ec39533543667697b5c292d0ff8b906397b43c58374ec052a", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_linux_arm64.tar.gz"], + sha256 = "5d8b6b5bf0bc7bbe69a5ea779329eb7825c768248dd0da979d98e39d924abc7f", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_linux_arm64.tar.gz"], ) http_archive(