Skip to content

Commit 82f19db

Browse files
authored
Merge pull request #14495 from nextcloud/dependabot/github_actions/docker/login-action-4.1.0
2 parents 19470c3 + f39d2b9 commit 82f19db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Login to GitHub Container Registry
3131
if: github.event_name != 'pull_request'
32-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
32+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)