Skip to content

Commit 61c2dab

Browse files
authored
Merge pull request #45 from qgis/dependabot/github_actions/docker/login-action-4.6.0
build(deps): bump docker/login-action from 4.2.0 to 4.6.0
2 parents f5b690c + 798f7c9 commit 61c2dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_package_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# using the account and password that will publish the packages.
9393
# Once published, the packages are scoped to the account defined here.
9494
- name: Log in to the Container registry
95-
uses: docker/login-action@v4.2.0
95+
uses: docker/login-action@v4.6.0
9696
with:
9797
registry: ${{ env.REGISTRY }}
9898
username: ${{ github.actor }}

0 commit comments

Comments
 (0)