Skip to content

Commit

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

Upgrade: bump docker/login-action from 2 to 3
  • Loading branch information
till authored Nov 25, 2023
2 parents b159737 + bdcf36b commit 53503c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 53503c0

Please sign in to comment.