Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent b3d3b7e commit 2c904bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Login to registry
uses: "docker/login-action@v2.2.0"
uses: "docker/login-action@v3.0.0"
with:
registry: ${{ env.REGISTRY }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Login to registry
uses: "docker/login-action@v2.2.0"
uses: "docker/login-action@v3.0.0"
with:
registry: ${{ env.REGISTRY }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2c904bb

Please sign in to comment.