Skip to content

Commit fadd8af

Browse files
Update docker/login-action action to v4 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b90d75f commit fadd8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type=semver,pattern={{major}}
4343
type=semver,pattern={{major}}.{{minor}}
4444
45-
- uses: docker/login-action@v3
45+
- uses: docker/login-action@v4
4646
with:
4747
username: jakewharton
4848
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)