Skip to content

Commit 90f4605

Browse files
Bump docker/login-action from 3 to 4
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>
1 parent e9e508b commit 90f4605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
username: ${{ vars.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_RO_TOKEN }}

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Login to DockerHub
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
username: ${{ vars.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_RO_TOKEN }}

0 commit comments

Comments
 (0)