Skip to content

Commit 8b74585

Browse files
Update docker/login-action action to v3 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46a8be6 commit 8b74585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
version: ${{ inputs.docker-compose-version }}
4747

4848
- name: Login
49-
uses: docker/login-action@v2
49+
uses: docker/login-action@v3
5050
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }}
5151
with:
5252
registry: ${{ inputs.registry }}

0 commit comments

Comments
 (0)