Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 1d51b0d commit 868ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 868ec62

Please sign in to comment.