Skip to content

Commit f69adbd

Browse files
build(deps): bump chainguard-dev/actions from 1.4.5 to 1.4.6 (#58)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@86e8917...ae2f039) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8de6ffd commit f69adbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/boilerplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949

50-
- uses: chainguard-dev/actions/boilerplate@86e8917a5f452c794e263fddae12d25a44b18f18 # v1.4.5
50+
- uses: chainguard-dev/actions/boilerplate@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
5151
with:
5252
extension: ${{ matrix.extension }}
5353
language: ${{ matrix.language }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
- name: Bump and push Git tag
73-
uses: chainguard-dev/actions/git-tag@86e8917a5f452c794e263fddae12d25a44b18f18 # v1.4.5
73+
uses: chainguard-dev/actions/git-tag@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
7474
if: steps.check.outputs.bump == 'yes'
7575
with:
7676
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)