Skip to content

Commit 313b390

Browse files
chore: bump docker/login-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@abd2ef4...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b7e84c commit 313b390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cache: false
8484

8585
- name: Login to GitHub Container Registry
86-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
86+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8787
with:
8888
registry: ghcr.io
8989
username: ${{ github.actor }}

0 commit comments

Comments
 (0)