Skip to content

Commit 7b45824

Browse files
chore(deps): [WPB-9777] bump docker/login-action from 3 to 4 (#3987)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina <yamilmedina@users.noreply.github.com>
1 parent ee44560 commit 7b45824

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-testservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-buildx-action@v3
2020

2121
- name: Login to Quay
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
registry: quay.io
2525
username: wire+testservice_kalium_bot

.github/workflows/quay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-buildx-action@v3
2121
-
2222
name: Login to DockerHub
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: quay.io
2626
username: wire+kalium_github_actions

0 commit comments

Comments
 (0)