From 7db076528cb40702d7e530699a9463d6015d0513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 05:34:59 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_linux_arm64 to v1.7.6 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(