Skip to content

Commit 7b0a99c

Browse files
chore(deps): update docker/login-action action to v4 (#60)
This PR contains the following updates: https://github.com/docker/login-action `v3` → `v4`
1 parent 2e47ae4 commit 7b0a99c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Login to Docker Hub
23-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
23+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ env.REGISTRY_USER }}

0 commit comments

Comments
 (0)