Skip to content

Commit 4993bf2

Browse files
build(deps): bump chainguard-dev/actions from 1.6.3 to 1.6.4 (#768)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](4ed96e9...eab208e) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.4 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 24f524c commit 4993bf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fi
7272
7373
- name: Bump and push Git tag
74-
uses: chainguard-dev/actions/git-tag@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
74+
uses: chainguard-dev/actions/git-tag@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
7575
if: steps.check.outputs.bump == 'yes'
7676
with:
7777
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@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
30+
uses: chainguard-dev/actions/setup-kind@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
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
@@ -122,6 +122,6 @@ jobs:
122122

123123
- name: Collect diagnostics
124124
if: ${{ failure() }}
125-
uses: chainguard-dev/actions/kind-diag@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
125+
uses: chainguard-dev/actions/kind-diag@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
126126
with:
127127
artifact-name: logs.${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)