Skip to content

Commit 9b84da2

Browse files
authored
Merge pull request #645 from cmu-delphi/dependabot/github_actions/dev/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents cd607d6 + f93018f commit 9b84da2

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@v1
43+
uses: docker/login-action@v2
4444
with:
4545
registry: ghcr.io
4646
username: cmu-delphi-deploy-machine

0 commit comments

Comments
 (0)