Skip to content

Commit 3f292b9

Browse files
authored
Merge pull request #150 from crossplane/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents 94e8e8e + 1a0f1be commit 3f292b9

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

148148
- name: Login to GitHub Container Registry
149-
uses: docker/login-action@v3
149+
uses: docker/login-action@v4
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)