Skip to content

Commit

Permalink
Bump docker/login-action from 3.1.0 to 3.2.0 (#7521)
Browse files Browse the repository at this point in the history
Release notes: https://github.com/docker/login-action/releases/tag/v3.2.0
Changelog: docker/login-action@v3.1.0...v3.2.0
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 347ccf8 commit 6277644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boulder-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Docker Login
# You may pin to the exact commit or the version.
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
# Username used to log against the Docker registry
username: ${{ secrets.DOCKER_USERNAME}}
Expand Down

0 comments on commit 6277644

Please sign in to comment.