Skip to content

Commit 4dbcf2a

Browse files
Bump docker/login-action from 3 to 4 (#101)
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 9ded9db commit 4dbcf2a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout (GitHub)
4444
uses: actions/checkout@v6
4545
- name: Login to GitHub Container Registry
46-
uses: docker/login-action@v3
46+
uses: docker/login-action@v4
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}
@@ -92,7 +92,7 @@ jobs:
9292
- name: Checkout (GitHub)
9393
uses: actions/checkout@v6
9494
- name: Login to GitHub Container Registry
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout (GitHub)
4040
uses: actions/checkout@v6
4141
- name: Login to GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout (GitHub)
8686
uses: actions/checkout@v6
8787
- name: Login to GitHub Container Registry
88-
uses: docker/login-action@v3
88+
uses: docker/login-action@v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)