Skip to content

Commit 7b699ad

Browse files
chore(deps): update docker/login-action action to v4
1 parent 77aa4b5 commit 7b699ad

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Docker Buildx
2121
uses: docker/setup-buildx-action@v3.11.1
2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v3.6.0
23+
uses: docker/login-action@v4.2.0
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)