Skip to content

Commit 7e1ea6e

Browse files
Bump docker/login-action from 3 to 4 (#24)
1 parent e1b6472 commit 7e1ea6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Extract components
7272
run: tar -xvf components.tar -C lib
7373
- name: Login to GitHub Container Registry
74-
uses: docker/login-action@v3
74+
uses: docker/login-action@v4
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}

0 commit comments

Comments
 (0)