Skip to content

Commit 7d3b905

Browse files
chore(deps): update docker/login-action action to v4 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68a80a4 commit 7d3b905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ jobs:
167167
with:
168168
bun-version: latest
169169
- name: Login to Docker Hub
170-
uses: docker/login-action@v3
170+
uses: docker/login-action@v4
171171
with:
172172
username: ${{ vars.DOCKERHUB_USERNAME }}
173173
password: ${{ secrets.DOCKERHUB_TOKEN }}
174174
- name: Login to GitHub Container Registry
175-
uses: docker/login-action@v3
175+
uses: docker/login-action@v4
176176
with:
177177
registry: ghcr.io
178178
username: ${{ github.actor }}

0 commit comments

Comments
 (0)