Skip to content

Commit 32ff1ed

Browse files
authored
Merge pull request #153 from blooop/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents dc32aba + d2a21f0 commit 32ff1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Log in to GHCR
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)