Skip to content

Commit 8e8bb5d

Browse files
build(deps): bump docker/login-action from 3 to 4 (#1539)
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>
1 parent 958921f commit 8e8bb5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
} >> "$GITHUB_OUTPUT"
5454
5555
- name: GitHub Container Registry Login
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Docker Hub Login
63-
uses: docker/login-action@v3
63+
uses: docker/login-action@v4
6464
if: github.repository == 'crytic/echidna'
6565
with:
6666
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -108,14 +108,14 @@ jobs:
108108
merge-multiple: true
109109

110110
- name: GitHub Container Registry Login
111-
uses: docker/login-action@v3
111+
uses: docker/login-action@v4
112112
with:
113113
registry: ghcr.io
114114
username: ${{ github.actor }}
115115
password: ${{ secrets.GITHUB_TOKEN }}
116116

117117
- name: Docker Hub Login
118-
uses: docker/login-action@v3
118+
uses: docker/login-action@v4
119119
if: github.repository == 'crytic/echidna'
120120
with:
121121
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)