Skip to content

Commit c3027a6

Browse files
build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the all-dependencies group across 1 directory (#714)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2f5489 commit c3027a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5353

5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
55+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

.github/workflows/_build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Login to GitHub Container Registry
37-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
37+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)