Skip to content

Commit b2381e0

Browse files
chore(deps): update docker/login-action action to v3.4.0
1 parent 211d292 commit b2381e0

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
@@ -168,7 +168,7 @@ jobs:
168168
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
169169

170170
- name: Login to GHCR
171-
uses: docker/login-action@v3.3.0
171+
uses: docker/login-action@v3.4.0
172172
with:
173173
registry: ghcr.io
174174
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)