Skip to content

Commit e6695ea

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 806b081 commit e6695ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "tag=${PHP/stable/}" >> $GITHUB_OUTPUT
4343
4444
- name: Login to DockerHub
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
if: github.event_name != 'pull_request'
4747
with:
4848
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
8787

8888
- name: Login to DockerHub
89-
uses: docker/login-action@v3
89+
uses: docker/login-action@v4
9090
if: github.event_name != 'pull_request'
9191
with:
9292
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)