Skip to content

Commit 69ab5fc

Browse files
chore(deps): update docker/login-action action to v4
1 parent 343ce49 commit 69ab5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@v1.7.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@v1.14.1
26+
uses: docker/login-action@v4.1.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)