Skip to content

Commit 010a721

Browse files
build(deps): bump docker/login-action from 4.2.0 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 152d6d5 commit 010a721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Login to GitHub Container Registry
2020
if: github.event_name != 'pull_request'
21-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v3.0.0
21+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v3.0.0
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

0 commit comments

Comments
 (0)