Skip to content

Commit 8c6c8be

Browse files
authored
chore(deps): bump docker/login-action from 3 to 4 (#49)
2 parents 44bf616 + 01fa268 commit 8c6c8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Docker Login to GHCR
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)