Skip to content

Commit 769961b

Browse files
feat(github-action)!: Update docker/login-action action to v4.1.0
1 parent bc95662 commit 769961b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- if: ${{ github.event_name != 'pull_request' }}
4141
name: Login to GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)