Skip to content

Commit a008c90

Browse files
authored
Merge pull request #10 from kool-dev/dependabot/github_actions/docker/login-action-1.10.0
build(deps): bump docker/login-action from 1.9.0 to 1.10.0
2 parents ece90b4 + 00cf99b commit a008c90

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
@@ -33,7 +33,7 @@ jobs:
3333
docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help
3434
3535
- name: Login to DockerHub
36-
uses: docker/login-action@v1.9.0
36+
uses: docker/login-action@v1.10.0
3737
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa'
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)