From 60c61cd1793e311c55859d8f88ef0245a9d2027a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jul 2026 15:37:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20pi?= =?UTF-8?q?n=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0121dec4..4c74fae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: go-version-file: "./go.mod" - name: 🔎 golangci-lint - uses: outscale/goutils/.github/actions/lint@main + uses: outscale/goutils/.github/actions/lint@b80d2575bc8244821afd5e788df63500bee78146 # main - name: 🔎 Run make build run: make build shell: bash