Skip to content

Commit bece9a1

Browse files
Bump docker/login-action from 1 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5061f05 commit bece9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Login to DockerHub
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v4.1.0
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)