From b7ccf7e2450e51d1c36cc89835c1b77e2d857f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:36:13 +0000 Subject: [PATCH] build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [chainguard-dev/actions/apt-faster](https://github.com/chainguard-dev/actions) and [chainguard-dev/actions/setup-melange](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions/apt-faster` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `chainguard-dev/actions/setup-melange` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) --- updated-dependencies: - dependency-name: chainguard-dev/actions/apt-faster dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chainguard-dev/actions/setup-melange dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/c-i.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-i.yaml b/.github/workflows/c-i.yaml index 6a59ed8..d8d9ca9 100644 --- a/.github/workflows/c-i.yaml +++ b/.github/workflows/c-i.yaml @@ -29,8 +29,8 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: chainguard-dev/actions/apt-faster@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 - - uses: chainguard-dev/actions/setup-melange@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/apt-faster@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 + - uses: chainguard-dev/actions/setup-melange@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 - name: Set up Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: