Skip to content

Commit 4e10856

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#516)
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 06b9851 commit 4e10856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
type=raw,value=latest
197197
type=raw,value=${{ env.VERSION }}
198198
199-
- uses: docker/login-action@v3
199+
- uses: docker/login-action@v4
200200
with:
201201
registry: ghcr.io
202202
username: ${{ github.repository_owner }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
type=raw,value=latest
6767
type=raw,value=${{ env.VERSION }}
6868
69-
- uses: docker/login-action@v3
69+
- uses: docker/login-action@v4
7070
# Enable when we have Docker Hub set up
7171
if: ${{ false }}
7272
with:
7373
username: ${{ vars.DOCKERHUB_USERNAME }}
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}
7575

76-
- uses: docker/login-action@v3
76+
- uses: docker/login-action@v4
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)