Skip to content

Commit 48fc55c

Browse files
build(deps): bump docker/login-action from 3 to 4 (#86)
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 3816bab commit 48fc55c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v3
4545

4646
- name: Login to GitHub Container Registry
47-
uses: docker/login-action@v3
47+
uses: docker/login-action@v4
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.actor }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v3
4343

4444
- name: Login to GitHub Container Registry
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)