Skip to content

Commit 5683dfa

Browse files
chore(deps): update docker/login-action action to v3.4.0
1 parent f04f444 commit 5683dfa

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.4.0
173173
with:
174174
registry: ghcr.io
175175
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)