Skip to content

Commit 9fa9b75

Browse files
authored
Merge pull request #61 from sandialabs/dependabot/github_actions/docker/login-action-4
ci(deps): bump docker/login-action from 3 to 4
2 parents e72840a + 2e658f4 commit 9fa9b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v6
106106

107107
- name: Log in to Container Registry
108-
uses: docker/login-action@v3
108+
uses: docker/login-action@v4
109109
with:
110110
registry: ${{ env.REGISTRY }}
111111
username: ${{ github.actor }}

0 commit comments

Comments
 (0)