Skip to content

Commit c2ceead

Browse files
chore(deps): bump docker/login-action from 1.14.1 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.14.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f7b17 commit c2ceead

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.5.0
3333
with:
3434
registry: ghcr.io
3535
username: $GITHUB_ACTOR

0 commit comments

Comments
 (0)