Skip to content

Commit 5197bfe

Browse files
authored
Merge pull request #6064 from learningequality/dependabot/github_actions/docker/login-action-4.5.1
chore(deps): bump docker/login-action from 4 to 4.5.1
2 parents 8a24153 + 868897a commit 5197bfe

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
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Log in to Docker Hub
4848
if: github.event_name != 'pull_request'
49-
uses: docker/login-action@v4
49+
uses: docker/login-action@v4.5.1
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)