Skip to content

Commit

Permalink
Merge pull request #1970 from traPtitech/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3
  • Loading branch information
logica0419 committed Sep 13, 2023
2 parents d4cd399 + b2ad78b commit 8ec030b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Show available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: traptitech
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Show available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: traptitech
Expand Down

0 comments on commit 8ec030b

Please sign in to comment.