Skip to content

Commit d7c79e1

Browse files
chore(deps): 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 f884c28 commit d7c79e1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
5151
echo "image_repository=$IMAGE_REPOSITORY" >> "$GITHUB_OUTPUT"
5252
echo "image_tag=$IMAGE_TAG" >> "$GITHUB_OUTPUT"
53-
- uses: docker/login-action@v3
53+
- uses: docker/login-action@v4
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
@@ -85,7 +85,7 @@ jobs:
8585
driver: docker-container
8686

8787
- name: Login to GHCR
88-
uses: docker/login-action@v3
88+
uses: docker/login-action@v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

.github/workflows/update-versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
driver: docker-container
8282

8383
- name: Log in to GitHub Container Registry
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: ghcr.io
8787
username: ${{ github.actor }}
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
ref: ${{ github.sha }}
219219
- name: Log in to GitHub Container Registry
220-
uses: docker/login-action@v3
220+
uses: docker/login-action@v4
221221
with:
222222
registry: ghcr.io
223223
username: ${{ github.actor }}
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- uses: actions/checkout@v6
252252
- name: Log in to GitHub Container Registry
253-
uses: docker/login-action@v3
253+
uses: docker/login-action@v4
254254
with:
255255
registry: ghcr.io
256256
username: ${{ github.actor }}
@@ -294,7 +294,7 @@ jobs:
294294
runs-on: ubuntu-24.04
295295
steps:
296296
- name: Log in to GitHub Container Registry
297-
uses: docker/login-action@v3
297+
uses: docker/login-action@v4
298298
with:
299299
registry: ghcr.io
300300
username: ${{ github.actor }}

0 commit comments

Comments
 (0)