Skip to content

Commit 6a3f32d

Browse files
authored
Merge pull request #196589 from Homebrew/bump-actionlint-1.7.4
actionlint 1.7.4
2 parents 344cef1 + cf703cc commit 6a3f32d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/actionlint.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Actionlint < Formula
22
desc "Static checker for GitHub Actions workflow files"
33
homepage "https://rhysd.github.io/actionlint/"
4-
url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.3.tar.gz"
5-
sha256 "11f0f78869a93afde4866ff5296af145c7c5b5556075cc43a082b17e055a2db7"
4+
url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.4.tar.gz"
5+
sha256 "3004bcb4615510e671c76a56259755ed616c3200fb73b0be0ca9c3d6ea09c73a"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11aaada67adf0efc49b90bc525e576dd9743e86831f84c4df01498da991f14f0"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11aaada67adf0efc49b90bc525e576dd9743e86831f84c4df01498da991f14f0"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "11aaada67adf0efc49b90bc525e576dd9743e86831f84c4df01498da991f14f0"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c7d75f9aac1de56b94f47303bc8b41e9f678ad492b3e2608eb8d0bd4eebfa6d7"
13-
sha256 cellar: :any_skip_relocation, ventura: "c7d75f9aac1de56b94f47303bc8b41e9f678ad492b3e2608eb8d0bd4eebfa6d7"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "daac545ee9c76818b895acbe0843d273bf4980d18c1e900e59c9a2b626e5d7c7"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4800fafd738d38fd98e07e3c2ba1e46926f74f0a03f153eb40fdb639da44a910"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4800fafd738d38fd98e07e3c2ba1e46926f74f0a03f153eb40fdb639da44a910"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4800fafd738d38fd98e07e3c2ba1e46926f74f0a03f153eb40fdb639da44a910"
12+
sha256 cellar: :any_skip_relocation, sonoma: "213db714539ffe8befc312eeeefbc3f6f6169f3d110006e18be07b631d839291"
13+
sha256 cellar: :any_skip_relocation, ventura: "213db714539ffe8befc312eeeefbc3f6f6169f3d110006e18be07b631d839291"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "06c290ccc5d780a1dc747bd21e280b0021308f3d2f94a7c8a99ce7f3072e80d7"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)