Skip to content

Commit 2dfcc45

Browse files
chore(deps): update docker/login-action action to v4 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 776fc36 commit 2dfcc45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
149149

150150
- name: Login to Upbound
151-
uses: docker/login-action@v3
151+
uses: docker/login-action@v4
152152
if: env.XPKG_ACCESS_ID != ''
153153
with:
154154
registry: xpkg.upbound.io
@@ -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.7.0
171+
uses: docker/login-action@v4.0.0
172172
with:
173173
registry: ghcr.io
174174
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)