Skip to content

Commit 1ed808e

Browse files
build(deps): bump the gha group with 2 updates (#1233)
Bumps the gha group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.7.1...v3.8.0) Updates `softprops/action-gh-release` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e20b174 commit 1ed808e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
name: Set up Docker Buildx
3737
id: buildx
38-
uses: docker/setup-buildx-action@v3.7.1
38+
uses: docker/setup-buildx-action@v3.8.0
3939
with:
4040
install: true
4141

@@ -92,7 +92,7 @@ jobs:
9292

9393
-
9494
name: GitHub Release
95-
uses: softprops/action-gh-release@v2.1.0
95+
uses: softprops/action-gh-release@v2.2.0
9696
with:
9797
files: tusd_*.*
9898

0 commit comments

Comments
 (0)