Skip to content

Commit 05ad687

Browse files
authored
Merge pull request #5800 from learningequality/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents a2d376a + 23ae2e1 commit 05ad687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/containerbuild.yml

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

4343
- name: Log in to Docker Hub
4444
if: github.event_name != 'pull_request'
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)