From 784ef2f9b7589e19333e21a17dec4ee5abeb92e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 07:48:11 +0000 Subject: [PATCH] Chore(deps): Bump docker/setup-buildx-action from 2 to 3 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/oci-runtime.yml | 2 +- .github/workflows/oci-server.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-runtime.yml b/.github/workflows/oci-runtime.yml index bfe60f8..4b538ed 100644 --- a/.github/workflows/oci-runtime.yml +++ b/.github/workflows/oci-runtime.yml @@ -70,7 +70,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache OCI layers uses: actions/cache@v3 diff --git a/.github/workflows/oci-server.yml b/.github/workflows/oci-server.yml index aef98e5..2a922f3 100644 --- a/.github/workflows/oci-server.yml +++ b/.github/workflows/oci-server.yml @@ -108,7 +108,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache OCI layers uses: actions/cache@v3