Skip to content

Commit 5802a83

Browse files
Merge pull request #12 from progamesigner/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents ccf4269 + 1eb4b2a commit 5802a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo VSCODE_URL="https://code.visualstudio.com/sha/download?build=stable&os=${VSCODE_OS}" >> $GITHUB_ENV
3737
- uses: docker/setup-qemu-action@v3
3838
- uses: docker/setup-buildx-action@v3
39-
- uses: docker/login-action@v3
39+
- uses: docker/login-action@v4
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}
@@ -98,7 +98,7 @@ jobs:
9898
- noble
9999
steps:
100100
- uses: docker/setup-buildx-action@v3
101-
- uses: docker/login-action@v3
101+
- uses: docker/login-action@v4
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.actor }}

0 commit comments

Comments
 (0)