Skip to content

Commit a13e86b

Browse files
chore(deps): Bump docker/login-action from 3.4.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fa3a47 commit a13e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3.10.0
2323
-
2424
name: Login to GitHub Container Registry
25-
uses: docker/login-action@v3.4.0
25+
uses: docker/login-action@v3.5.0
2626
if: github.ref == 'refs/heads/main'
2727
with:
2828
registry: ghcr.io

0 commit comments

Comments
 (0)