Skip to content

Commit fa72c55

Browse files
build(deps): bump chainguard-dev/actions from 1.4.8 to 1.4.9 (#1720)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.8 to 1.4.9. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@df684a7...b1933e3) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.9 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 c07a127 commit fa72c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: 'go.mod'
3232
check-latest: true
3333

34-
- uses: chainguard-dev/actions/goimports@df684a72f67ce7eecd78098365cb5057f16be3b1 # v1.4.8
34+
- uses: chainguard-dev/actions/goimports@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
3535
- run: make wolfictl
3636
- run: make test
3737

.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@df684a72f67ce7eecd78098365cb5057f16be3b1 # v1.4.8
76+
uses: chainguard-dev/actions/git-tag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)