From 0b2b7fe18b158f7647928d4f91c7bc040b7495fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:52:59 +0000 Subject: [PATCH] build(action): bump the actions group with 1 update Bumps the actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aea2ad4..a44cfa8 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: - name: Build image id: docker-build - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v4.2.1 with: builder: ${{ steps.buildx.outputs.name }} context: .