Skip to content

Commit 64a5e66

Browse files
build(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 e656ed4 commit 64a5e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Available platforms
3131
run: echo ${{ steps.buildx.outputs.platforms }}
3232

33-
- uses: docker/login-action@v3
33+
- uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: traptitech

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git commit -m "Update charts/${{ inputs.chart }} to ${{ steps.calc-tag.outputs.new-raw }}"
7575
git push
7676
77-
- uses: docker/login-action@v3
77+
- uses: docker/login-action@v4
7878
with:
7979
registry: ghcr.io
8080
username: ${{ env.REGISTRY_USER }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Available platforms
5454
run: echo ${{ steps.buildx.outputs.platforms }}
5555

56-
- uses: docker/login-action@v3
56+
- uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ env.REGISTRY_USER }}

0 commit comments

Comments
 (0)