Skip to content

Commit 8f3569f

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 45d4c70 commit 8f3569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: tar zxf sources.tar.gz
164164

165165
- name: Docker Login
166-
uses: docker/login-action@v3
166+
uses: docker/login-action@v4
167167
with:
168168
registry: ghcr.io
169169
username: ${{ github.actor }}
@@ -246,7 +246,7 @@ jobs:
246246
run: tar zxf sources.tar.gz
247247

248248
- name: Docker Login
249-
uses: docker/login-action@v3
249+
uses: docker/login-action@v4
250250
with:
251251
registry: ghcr.io
252252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)