Skip to content

Commit ec55544

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 071852e commit ec55544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v3
5151

5252
- name: Log in to GitHub Container Registry
53-
uses: docker/login-action@v3
53+
uses: docker/login-action@v4
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
@@ -200,7 +200,7 @@ jobs:
200200
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
201201
steps:
202202
- name: Log in to GitHub Container Registry
203-
uses: docker/login-action@v3
203+
uses: docker/login-action@v4
204204
with:
205205
registry: ghcr.io
206206
username: ${{ github.actor }}

0 commit comments

Comments
 (0)