Skip to content

Commit 2ac747f

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f7cd3e commit 2ac747f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: docker/setup-buildx-action@v3
48-
- uses: docker/login-action@v2
48+
- uses: docker/login-action@v3
4949
with:
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)