From 5a41603471dfa1d95bd65f7b5ddcb7c132283f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:43:13 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 7b1ce49..3992c05 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -60,7 +60,7 @@ jobs: username: harpertoken password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build and push to Docker Hub - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: harpertoken/dotfiles:latest @@ -71,7 +71,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push to GHCR - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ghcr.io/${{ github.repository_owner }}/github-dotfiles:latest