Skip to content

Commit 6abab88

Browse files
chore(deps): bump docker/login-action in the actions-minor-patch group (#383)
Bumps the actions-minor-patch group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebd0aac commit 6abab88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237

238238
- name: Login to Github Container Registry
239239
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
240-
uses: docker/login-action@v4
240+
uses: docker/login-action@v4.5.2
241241
with:
242242
registry: ghcr.io
243243
username: ${{ github.actor }}
@@ -295,7 +295,7 @@ jobs:
295295
merge-multiple: true
296296

297297
- name: Login to Github Container Registry
298-
uses: docker/login-action@v4
298+
uses: docker/login-action@v4.5.2
299299
with:
300300
registry: ghcr.io
301301
username: ${{ github.actor }}

0 commit comments

Comments
 (0)