diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8d..2072485 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -217,8 +217,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_linux_amd64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "023070a287cd8cccd71515fedc843f1985bf96c436b7effaecce67290e7e0757", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_linux_amd64.tar.gz"], + sha256 = "233b280d05e100837f4af1433c7b40a5dcb306e3aa68fb4f17f8a7f45a7df7b4", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_linux_amd64.tar.gz"], ) http_archive(