Skip to content

Commit e66f91c

Browse files
chore(deps): update peak-scale/github-actions action to v0.2.0 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b55029e commit e66f91c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- name: Check secret
2020
id: checksecret
21-
uses: peak-scale/github-actions/exists@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
21+
uses: peak-scale/github-actions/exists@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
2222
with:
2323
value: ${{ secrets.CODECOV_TOKEN }}
2424
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
3030
- name: Publish with KO
3131
id: publish
32-
uses: peak-scale/github-actions/make-ko-publish@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
32+
uses: peak-scale/github-actions/make-ko-publish@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
3333
with:
3434
makefile-target: ko-publish-all
3535
registry: ghcr.io

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "version=$(echo $VERSION)" >> $GITHUB_OUTPUT
2525
- name: Helm | Publish
2626
id: helm_publish
27-
uses: peak-scale/github-actions/helm-oci-chart@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0
27+
uses: peak-scale/github-actions/helm-oci-chart@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
2828
with:
2929
registry: ghcr.io
3030
repository: ${{ github.repository_owner }}/charts

0 commit comments

Comments
 (0)