Skip to content

Commit 3fd85fb

Browse files
Bump docker/login-action from 1 to 1.9.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v1.9.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c015839 commit 3fd85fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help
3535
3636
- name: Login to DockerHub
37-
uses: docker/login-action@v1
37+
uses: docker/login-action@v1.9.0
3838
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa'
3939
with:
4040
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)