Skip to content

Commit ef08445

Browse files
chore(deps): update docker/login-action action to v4
1 parent 66ed0c3 commit ef08445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v3
4040
- name: Login to GHCR
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v3
1717
- name: Login to GHCR
18-
uses: docker/login-action@v3
18+
uses: docker/login-action@v4
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.actor }}

0 commit comments

Comments
 (0)