Skip to content

Commit 05f9c9e

Browse files
chore(deps): bump the actions group with 1 update (#80)
* chore(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * fix: remove trim trailing whitespace --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <[email protected]>
1 parent fc4cec4 commit 05f9c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3.1.0
32+
uses: docker/setup-buildx-action@v3.2.0
3333

3434
- name: Check formatting
3535
run: make install-deps && make lint

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99
jobs:
1010
draft-release:
1111
uses: cpp-linter/.github/.github/workflows/release-drafter.yml@main
12-
with:
12+
with:
1313
commitish: master

0 commit comments

Comments
 (0)