Skip to content

Commit 66842c3

Browse files
authored
Merge pull request #343 from VERITAS-Observatory/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents e46bcbc + 16c29a8 commit 66842c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vts-eventdisplay-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Log in to the Container registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)