From 3906d05af93a68c7d9c08f8661f4553cd1ad2b7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jul 2026 11:55:46 +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..6fc67d4d 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@414d1ba570d9a11f68cb40d1794d69d6df5d4fb9 # main - name: 🔎 Run make build run: make build shell: bash