Skip to content

Commit f70795a

Browse files
chore(deps): update docker/login-action action to v4 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4f2512 commit f70795a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v6
6060

6161
- name: Log in to the container registry
62-
uses: docker/login-action@v3
62+
uses: docker/login-action@v4
6363
with:
6464
registry: ${{ env.REGISTRY }}
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)