Skip to content

Commit 9a50252

Browse files
build(deps): bump docker/login-action in the github-actions group (#31)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcc8942 commit 9a50252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-reporter-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: 'Checkout GitHub Action'
1313
uses: actions/checkout@main
1414
- name: 'Login to GitHub Container Registry'
15-
uses: docker/login-action@v2
15+
uses: docker/login-action@v3
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)