Skip to content

Commit 8b5d1b0

Browse files
Merge pull request #816 from nextcloud/dependabot/github_actions/dot-github/workflows/docker/login-action-3.5.0
build(deps): bump docker/login-action from 3.4.0 to 3.5.0 in /.github/workflows
2 parents 131af0e + abba7e4 commit 8b5d1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Log in to GitHub Docker Registry
44-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
44+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4545
with:
4646
registry: docker.pkg.github.com
4747
username: ${{ github.actor }}
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6060

6161
- name: Log in to GitHub Container Registry
62-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
62+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)