From b2147c964aa7f38f72fa3bcb84b5d91f1181a8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:44:01 +0000 Subject: [PATCH] build(action): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/checkout](https://github.com/actions/checkout). Updates `docker/build-push-action` from 6.7.0 to 6.8.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0) Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f620a6..f11f357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Semantic release id: semantic-release diff --git a/action.yml b/action.yml index bf28d0b..ef96142 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: - name: Build image id: docker-build - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.8.0 with: builder: ${{ steps.buildx.outputs.name }} context: .