Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 2.2.0 to 3.0.0 (letsencryp…
Browse files Browse the repository at this point in the history
…t#7105)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 5c98bf6 commit 98a3f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boulder-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Docker Login
# You may pin to the exact commit or the version.
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
# Username used to log against the Docker registry
username: ${{ secrets.DOCKER_USERNAME}}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Docker Login
# You may pin to the exact commit or the version.
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
# Username used to log against the Docker registry
username: ${{ secrets.DOCKER_USERNAME}}
Expand Down

0 comments on commit 98a3f14

Please sign in to comment.