Skip to content

Commit d6eb19e

Browse files
authored
Merge pull request #68 from AzuraCast/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 8127392 + 2c172db commit d6eb19e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
uses: depot/setup-action@v1
4444

4545
- name: Login to DockerHub
46-
uses: docker/login-action@v3
46+
uses: docker/login-action@v4
4747
with:
4848
username: ${{ secrets.DOCKERHUB_USERNAME }}
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Login to GitHub Container Registry
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)