Skip to content

Commit

Permalink
Merge pull request #1189 from gtk-rs/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
sdroege authored Sep 25, 2023
2 parents 9652081 + 9cbbe1e commit cc7a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cc7a7ca

Please sign in to comment.