From d62c7634a3163160de73e847c6b49e4388cf1c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:22:40 +0000 Subject: [PATCH] ci(deps): bump the actions-patches group with 4 updates Bumps the actions-patches group with 4 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.81.1 to 2.82.2 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.81.1...v2.82.2) Updates `docker/setup-buildx-action` from 4 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v4...v4.1.0) Updates `docker/metadata-action` from 6 to 6.1.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v6...v6.1.0) Updates `crate-ci/typos` from 1.47.0 to 1.47.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.47.0...v1.47.2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: crate-ci/typos dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patches ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 6 +++--- .github/workflows/typos.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e21d1a1..5187da8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: rustup default stable rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2.81.1 + - uses: taiki-e/install-action@v2.82.2 with: tool: just @@ -127,9 +127,9 @@ jobs: ls -lh .github/build-context/arm64/ - name: Setup buildkit - uses: docker/setup-buildx-action@v4 + uses: docker/setup-buildx-action@v4.1.0 - - uses: docker/metadata-action@v6 + - uses: docker/metadata-action@v6.1.0 id: meta with: images: ghcr.io/beyondessential/postgres-restore-operator diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 3306b14..11c0d56 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Check spelling - uses: crate-ci/typos@v1.47.0 + uses: crate-ci/typos@v1.47.2 with: config: .typos.toml