Skip to content

Commit 509b807

Browse files
dependabot[bot]lupyuen
authored andcommitted
build(deps): bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 460281a commit 509b807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
166+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
249+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
250250
with:
251251
registry: ghcr.io
252252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)