Skip to content

Commit ffe1f23

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 0ca4912 commit ffe1f23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
189189
- name: Login to GitHub Container Registry
190190
if: startsWith(matrix.os, 'ubuntu')
191-
uses: docker/login-action@v3
191+
uses: docker/login-action@v4
192192
with:
193193
registry: ${{ env.CONTAINER_REGISTRY }}
194194
username: ${{ github.actor }}

.github/workflows/ci_build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Login to GitHub Container Registry
9595
if: startsWith(matrix.os, 'ubuntu')
96-
uses: docker/login-action@v3
96+
uses: docker/login-action@v4
9797
with:
9898
registry: ${{ env.container_registry }}
9999
username: ${{ github.actor }}

.github/workflows/container_builds_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Login to GitHub Container Registry
125125
if: env.BUILD_NEW_IMAGE == 'true'
126-
uses: docker/login-action@v3
126+
uses: docker/login-action@v4
127127
with:
128128
registry: ${{ env.CONTAINER_REGISTRY }}
129129
username: ${{ github.actor }}

0 commit comments

Comments
 (0)