Skip to content

Commit d394eb2

Browse files
Merge pull request #228 from simonsobs/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 5f406d9 + d634206 commit d394eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)