From 5cf83c5a4408bd1722ca2e0bb6f5093b0da86b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:56:09 +0000 Subject: [PATCH] build(deps): bump supplypike/setup-bin from 3 to 4 Bumps [supplypike/setup-bin](https://github.com/supplypike/setup-bin) from 3 to 4. - [Release notes](https://github.com/supplypike/setup-bin/releases) - [Commits](https://github.com/supplypike/setup-bin/compare/v3...v4) --- updated-dependencies: - dependency-name: supplypike/setup-bin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f716d7a..4358c4d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,7 +318,7 @@ jobs: - id: prepare uses: ./.github/actions/prepare - name: Install protoc - uses: supplypike/setup-bin@v3 + uses: supplypike/setup-bin@v4 with: uri: 'https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip' name: 'protoc'