Skip to content

Commit 6dca839

Browse files
chore(deps): bump docker/login-action from 2 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...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>
1 parent b1c740d commit 6dca839

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
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v3
6161

6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@v2
63+
uses: docker/login-action@v4
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)