From ab26bf2057801b139d5650862602fe12bdd3ae8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:24:05 +0000 Subject: [PATCH 1/2] deps: update golangci/golangci-lint-action digest to ec5d184 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad15814..0253f82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: go-version-file: go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6 + uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6 with: version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint args: --timeout 5m From 6802aad634e89492950f78f9752318b7c3bde83f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:52:41 +0000 Subject: [PATCH 2/2] deps: update dependency rust-lang/mdbook to v0.4.44 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ae4ab53..9157369 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -19,7 +19,7 @@ jobs: - uses: ./.github/actions/setup-mdbook with: - version: v0.4.43 # renovate: datasource=github-releases depName=rust-lang/mdbook + version: v0.4.44 # renovate: datasource=github-releases depName=rust-lang/mdbook - name: Build Book working-directory: docs