Skip to content

Commit 737ba0d

Browse files
authored
Merge pull request #14 from Forgotten-MH/dependabot/github_actions/main/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 99b195d + f3af60b commit 737ba0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: docker/setup-buildx-action@v4
2828

29-
- uses: docker/login-action@v3
29+
- uses: docker/login-action@v4
3030
if: github.event_name != 'pull_request'
3131
with:
3232
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)