Skip to content

Commit f998f9a

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#1229)
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 90c8148 commit f998f9a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
minimal-deployment
5858
5959
- name: Login to Docker Hub
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
username: ${{ secrets.RENKU_DOCKER_USERNAME }}
6363
password: ${{ secrets.RENKU_DOCKER_PASSWORD }}

.github/workflows/save_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Login to Docker Hub
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
5454
echo "image_repository=$IMAGE_REPOSITORY" >> "$GITHUB_OUTPUT"
5555
echo "image_tag=$IMAGE_TAG" >> "$GITHUB_OUTPUT"
56-
- uses: docker/login-action@v3
56+
- uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}
@@ -259,7 +259,7 @@ jobs:
259259
- name: Set up Docker Buildx
260260
uses: docker/setup-buildx-action@v3
261261
- name: Login to Docker Hub
262-
uses: docker/login-action@v3
262+
uses: docker/login-action@v4
263263
with:
264264
username: ${{ secrets.RENKU_DOCKER_USERNAME }}
265265
password: ${{ secrets.RENKU_DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)