Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 69236f0

Browse files
build(deps): bump docker/login-action from 1.13.0 to 2.1.0 (#4)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.13.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06ff7d0 commit 69236f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
type=semver,pattern={{major}}.{{minor}}
2222
- name: Login GitHub Packages
2323
if: github.event_name != 'pull_request'
24-
uses: docker/login-action@v1.13.0
24+
uses: docker/login-action@v2.1.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)