Skip to content

Commit f95686f

Browse files
chore(deps): bump docker/login-action from 4.2.0 to 4.3.0 (#279)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7ec376 commit f95686f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- id: buildx
4040
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4141
- if: github.event_name != 'pull_request'
42-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
42+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
@@ -74,7 +74,7 @@ jobs:
7474
- id: buildx
7575
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
7676
- if: github.event_name != 'pull_request'
77-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
77+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)