Skip to content

Commit bea91af

Browse files
authored
Merge pull request #215 from kcl-lang/dependabot/github_actions/ci-be5b56dced
chore(deps): bump the ci group with 2 updates
2 parents 9d67779 + f567204 commit bea91af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
tags: |
7474
type=raw,value=${{ steps.prep.outputs.version }}
7575
- name: Docker push
76-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
76+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
7777
id: build-push
7878
with:
7979
sbom: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: buildx
2020
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
2121
- name: Cache Docker layers
22-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
22+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
2323
id: cache
2424
with:
2525
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)