Skip to content

Commit 992e3a9

Browse files
authored
Merge pull request #328 from arnested/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents f605df3 + c2d84c6 commit 992e3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@v3
4242
- name: Login to DockerHub
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)