Skip to content

Commit 6c0e696

Browse files
chore(deps): update docker/login-action action to v3.4.0
1 parent a892670 commit 6c0e696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
37+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)