Skip to content

Commit 90ade34

Browse files
chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 (#58)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent d43f331 commit 90ade34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
- name: Log in to the Container registry
20-
uses: docker/login-action@v2.2.0
20+
uses: docker/login-action@v3.0.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)