Skip to content

Commit b60556f

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- 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 e036ce9 commit b60556f

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
@@ -48,7 +48,7 @@ jobs:
4848
restore-keys: |
4949
${{ runner.os }}-buildx-
5050
- uses: docker/setup-buildx-action@v2
51-
- uses: docker/login-action@v1
51+
- uses: docker/login-action@v2
5252
with:
5353
username: ${{ github.actor }}
5454
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)