Skip to content

Commit 7609ba1

Browse files
authored
Merge pull request #870 from cmu-delphi/dependabot/github_actions/dev/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents 375a7d9 + 56df642 commit 7609ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check out code
4141
uses: actions/checkout@v3
4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@v3
4444
with:
4545
registry: ghcr.io
4646
username: cmu-delphi-deploy-machine

0 commit comments

Comments
 (0)