Skip to content

Commit 4da1841

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0 (#468)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 837ce8c commit 4da1841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo "::set-output name=VERSION::$(make version)"
8585

8686
- name: Log in to the Container registry
87-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
87+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8888
with:
8989
registry: ${{ env.REGISTRY }}
9090
username: ${{ github.actor }}
@@ -133,7 +133,7 @@ jobs:
133133
helm version
134134
135135
- name: Login to GitHub Container Registry
136-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
136+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
137137
with:
138138
registry: ghcr.io
139139
username: ${{ github.actor }}

0 commit comments

Comments
 (0)