Skip to content

Commit 7b75602

Browse files
build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#8090)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c87c917 commit 7b75602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boulder-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Docker Login
7272
# You may pin to the exact commit or the version.
7373
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
74-
uses: docker/login-action@v3.3.0
74+
uses: docker/login-action@v3.4.0
7575
with:
7676
# Username used to log against the Docker registry
7777
username: ${{ secrets.DOCKER_USERNAME}}

0 commit comments

Comments
 (0)