Skip to content

Commit 7767193

Browse files
authored
Merge pull request #341 from kcl-lang/dependabot/github_actions/docker/login-action-4.2.0
chore: (deps): bump docker/login-action from 4.1.0 to 4.2.0
2 parents 8ecbfbf + b1c3ea4 commit 7767193

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
@@ -30,13 +30,13 @@ jobs:
3030
id: buildx
3131
uses: docker/setup-buildx-action@v4
3232
- name: Docker login ghcr.io
33-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
33+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
3434
with:
3535
registry: ghcr.io
3636
username: kclbot
3737
password: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
3838
- name: Docker login docker.io
39-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
39+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)