From f52e90e4424638588adfc56e381ae9984bdaebfe Mon Sep 17 00:00:00 2001 From: "shear-bot[bot]" <192059878+shear-bot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:14:41 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps)!:=20Update=20docker/login-action=20a?= =?UTF-8?q?ction=20(v3.7.0=20=E2=86=92=20v4.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image-build-action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image-build-action.yaml b/.github/workflows/image-build-action.yaml index 9eda8c8..4c02c9d 100644 --- a/.github/workflows/image-build-action.yaml +++ b/.github/workflows/image-build-action.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Login to GitHub Container Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -116,7 +116,7 @@ jobs: digest: ${{ steps.digest.outputs.digest }} steps: - name: Login to GitHub Container Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -194,7 +194,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Login to GitHub Container Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -213,7 +213,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Login to GitHub Container Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }}