Skip to content

Commit 1da265e

Browse files
authored
Merge pull request #90 from benfrisbie/dependabot/github_actions/docker/login-action-3.5.0
2 parents a4766f3 + 9f8e5f0 commit 1da265e

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
@@ -204,7 +204,7 @@ outputs:
204204
runs:
205205
using: "composite"
206206
steps:
207-
- uses: docker/login-action@v3.4.0
207+
- uses: docker/login-action@v3.5.0
208208
if: ${{ inputs.registry && inputs.push == 'true' }}
209209
with:
210210
registry: ${{ inputs.registry }}

0 commit comments

Comments
 (0)