Skip to content

Commit df55266

Browse files
🌱 bump docker/login-action from 4.5.0 to 4.5.2 (#2865)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6936a19 commit df55266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

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

3030
- name: Docker Login
3131
if: ${{ github.event_name != 'pull_request' }}
32-
uses: docker/login-action@v4.5.0
32+
uses: docker/login-action@v4.5.2
3333
with:
3434
registry: quay.io
3535
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)