Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 2 to 3 (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Winter <838833+antonwinter@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and antonwinter authored Jun 21, 2024
1 parent c8a8436 commit 196faea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
with:
buildkitd-flags: ${{ inputs.buildkitd-flags }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 196faea

Please sign in to comment.