Skip to content

Commit 300e3bf

Browse files
authored
Merge pull request #222 from kcl-lang/dependabot/github_actions/ci-ffdcbf65df
chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 in the ci group
2 parents cbcfd9a + a76b3d0 commit 300e3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
5454
- uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
5555
- name: Docker login ghcr.io
56-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
56+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5757
with:
5858
registry: ghcr.io
5959
username: kclbot
6060
password: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
6161
- name: Docker login docker.io
62-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
62+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
6363
with:
6464
username: ${{ secrets.DOCKER_USERNAME }}
6565
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)