diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8df..d57ca0db 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -210,8 +210,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_darwin_arm64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "2693315b9093aeacb4ebd91a993fea54fc215057bf0da2659056b4bc033873db", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_darwin_arm64.tar.gz"], + sha256 = "004ca87b367b37f4d75c55ab6cf80f9b8c043adbfbd440f31c604d417939c442", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_darwin_arm64.tar.gz"], ) http_archive(