Skip to content

Commit 0727032

Browse files
Bump chainguard-dev/actions from 1.5.8 to 1.5.9 (#645)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.8 to 1.5.9. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](abcc11e...b479012) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4aa3402 commit 0727032

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
7575
- name: Bump and push Git tag
76-
uses: chainguard-dev/actions/git-tag@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
76+
uses: chainguard-dev/actions/git-tag@b479012116eacde7f895586c17b598f7ba0ee700 # v1.5.9
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

.github/workflows/test-argo-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install Kind
30-
uses: chainguard-dev/actions/setup-kind@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
30+
uses: chainguard-dev/actions/setup-kind@b479012116eacde7f895586c17b598f7ba0ee700 # v1.5.9
3131

3232
- name: Install Argo Workflows
3333
uses: ./setup-argo-workflows

.github/workflows/test-setup-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ jobs:
9898

9999
- name: Collect diagnostics
100100
if: ${{ failure() }}
101-
uses: chainguard-dev/actions/kind-diag@abcc11e1cf9073eff6c69e91c49756c1430b094c # v1.5.8
101+
uses: chainguard-dev/actions/kind-diag@b479012116eacde7f895586c17b598f7ba0ee700 # v1.5.9
102102
with:
103103
artifact-name: logs.${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)