diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8d..aa6026a 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 = "401942f9c24ed71e4fe71b76c7d638f66d8633575c4016efd2977ce7c28317d0", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_linux_arm64.tar.gz"], + sha256 = "6b82a3b8c808bf1bcd39a95aced22fc1a026eef08ede410f81e274af8deadbbc", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_linux_arm64.tar.gz"], ) http_archive(