Skip to content

Commit 79305a3

Browse files
authored
Merge pull request #200 from crossplane-contrib/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.5.0
2 parents 523b7ea + 10cb39c commit 79305a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
170170

171171
- name: Login to GHCR
172-
uses: docker/login-action@v3.3.0
172+
uses: docker/login-action@v3.5.0
173173
with:
174174
registry: ghcr.io
175175
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)