Skip to content

Commit 088476b

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#9)
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 2a3dba1 commit 088476b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Log in to GitHub Container Registry
4444
if: steps.detect.outputs.rebuild == 'true'
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}
@@ -145,7 +145,7 @@ jobs:
145145
uses: docker/setup-buildx-action@v4
146146

147147
- name: Log in to GitHub Container Registry
148-
uses: docker/login-action@v3
148+
uses: docker/login-action@v4
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)