Skip to content

Commit 78ed199

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0 (#164)
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@v4.0.0...v4.1.0) --- 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 4edee95 commit 78ed199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yaml

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

3131
- name: 🔓 Registry login
3232
if: github.event_name == 'push'
33-
uses: docker/login-action@v4.0.0
33+
uses: docker/login-action@v4.1.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)