From 9b5c9c3329a9dbdf98e2e97f89ccdac88b539adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:46:00 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#1636) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...0d103c3126aa41d772a8362f6aa67afac040f80c) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nfr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index e809976e35..af6433b4fc 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -56,7 +56,7 @@ jobs: - name: Docker Buildx if: ${{ inputs.nginx_plus == true }} - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0 - name: NGINX Docker meta id: nginx-meta