Skip to content

Commit 5c3f468

Browse files
build(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#705)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d2f32a commit 5c3f468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildx.yml

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

8888
- name: Docker Login
8989
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
90-
uses: docker/login-action@v3.7.0
90+
uses: docker/login-action@v4.0.0
9191
with:
9292
username: ${{ secrets.DOCKER_USERNAME }}
9393
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)