@cryptotaxi247 / kubo / commits / cc2402c25

chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 (#10460)

* chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...9780b0c442fbb1117ed29e0efdff1e18412f7567) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/docker-image.yml * Update .github/workflows/docker-image.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>

dependabot[bot] committed Sep 5, 2024 at 17:34 UTC cc2402c256f710620b6f2d9745098ea71b982f1a
1 file changed +1 -1
.github/workflows/docker-image.yml
+1 -1
@@ -63,7 +63,7 @@ jobs:
63 shell: bash
64
65 - name: Log in to Docker Hub
66 - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
66 + uses: docker/login-action@v3
67 with:
68 username: ${{ vars.DOCKER_USERNAME }}
69 password: ${{ secrets.DOCKER_PASSWORD }}