Skip to content

Commit 7a7ae40

Browse files
chore(deps): bump docker/login-action from 4.5.1 to 4.5.2
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7722a47 commit 7a7ae40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "✅ Tag: v$SEMVER - $CLUB"
8181
8282
- name: Log in to GitHub Container Registry
83-
uses: docker/login-action@v4.5.1
83+
uses: docker/login-action@v4.5.2
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)