Skip to content

Commit 88e2e0b

Browse files
chore(deps): update docker/login-action action to v4
1 parent 34f7261 commit 88e2e0b

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
@@ -147,7 +147,7 @@ jobs:
147147
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
148148

149149
- name: Login to Upbound
150-
uses: docker/login-action@v3
150+
uses: docker/login-action@v4
151151
if: env.XPKG_ACCESS_ID != ''
152152
with:
153153
registry: xpkg.upbound.io
@@ -167,7 +167,7 @@ jobs:
167167
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
168168

169169
- name: Login to GHCR
170-
uses: docker/login-action@v3
170+
uses: docker/login-action@v4
171171
with:
172172
registry: ghcr.io
173173
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)