Skip to content

Commit c68142e

Browse files
chore(deps): bump docker/login-action from 1.14.1 to 3.6.0 (#4886)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.14.1...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83d11ca commit c68142e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: 'make docs'
3030

3131
- name: Docker Login
32-
uses: docker/login-action@v1.14.1
32+
uses: docker/login-action@v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: $GITHUB_ACTOR

0 commit comments

Comments
 (0)