Skip to content

Commit ab6bb2e

Browse files
authored
Merge pull request #1389 from harehare/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 7663c92 + c5ddabb commit ab6bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Set up Docker Buildx
157157
uses: docker/setup-buildx-action@v3
158158
- name: Login to GitHub Container Registry
159-
uses: docker/login-action@v3
159+
uses: docker/login-action@v4
160160
with:
161161
registry: ghcr.io
162162
username: ${{ github.actor }}

0 commit comments

Comments
 (0)