Skip to content

Commit 19b64c4

Browse files
build(deps): bump chainguard-dev/actions from 1.6.4 to 1.6.5 (#1893)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@eab208e...71714a7) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.5 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 dac44ed commit 19b64c4

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@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
34+
- uses: chainguard-dev/actions/goimports@71714a76c3df10b544595a2294c16649dc3472e5 # v1.6.5
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@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
76+
uses: chainguard-dev/actions/git-tag@71714a76c3df10b544595a2294c16649dc3472e5 # v1.6.5
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)