From 55e8685ddce3af50a8deaa0137e13041a08d6197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 06:08:43 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.3.24 to 0.3.26 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.3.24 to 0.3.26. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.3.24...actions-v0.3.26) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c2781e7..21210fbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: echo "sha=${TAG_SHA}" >> $GITHUB_OUTPUT - name: Generate manifest configuration id: config - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 with: input-format: yaml filter: >- @@ -153,7 +153,7 @@ jobs: - arm64 artifact-pattern: oci-ubuntu-{arch}/ubuntu-full-${{ steps.docker-sha.outputs.sha }}-{arch}.tar - name: Collect and push OCI artifacts - uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.3.24 + uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.3.26 with: manifest-config: ${{ steps.config.outputs.value }} dry-run: ${{ github.event_name == 'pull_request' }}