Skip to content

Commit 938b5c0

Browse files
Update docker/login-action action to v4
1 parent 1934635 commit 938b5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set up Docker Buildx
138138
uses: docker/setup-buildx-action@v3
139139

140-
- uses: docker/login-action@v3
140+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
141141
with:
142142
registry: ghcr.io
143143
username: ${{ github.actor }}

0 commit comments

Comments
 (0)