Skip to content

Commit 4084a34

Browse files
authored
chore(deps): update docker/login-action action to v4 (#86)
2 parents eacacca + 7fbfb25 commit 4084a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sematic-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Docker Buildx
9595
uses: docker/setup-buildx-action@v3
9696
- name: Log in to OneLiteFeather Harbor
97-
uses: docker/login-action@v3
97+
uses: docker/login-action@v4
9898
with:
9999
username: ${{ secrets.HARBOR_USERNAME }}
100100
password: ${{ secrets.HARBOR_PASSWORD }}

0 commit comments

Comments
 (0)