Skip to content

Commit 9408d44

Browse files
authored
Merge pull request #5 from NYU-RTS/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents cb024a1 + 80af2dd commit 9408d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# Authenticate to the container registry
9191
- name: Authenticate to Container Registry
9292
id: login
93-
uses: docker/login-action@v3
93+
uses: docker/login-action@v4
9494
with:
9595
registry: ${{ env.CONTAINER_REGISTRY }}
9696
username: ${{ env.CONTAINER_REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)