Skip to content

Commit a737576

Browse files
dependabot[bot]mrueg
authored andcommitted
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com./docker/login-action) from 2 to 3. - [Release notes](https://github.com./docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 260759f commit a737576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: docker/setup-buildx-action@v2
9797

9898
- name: Login to DockerHub
99-
uses: docker/login-action@v2
99+
uses: docker/login-action@v3
100100
with:
101101
username: ${{ secrets.DOCKERHUB_USERNAME }}
102102
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)