Skip to content

Commit 594ab36

Browse files
Bump docker/login-action from 3 to 4 (#682)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cef04d8 commit 594ab36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
${{ vars.KOSLI_CLI_VERSION }}
8484

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

0 commit comments

Comments
 (0)