From 3a5042e8a3e9f67e8efae2ca69f29e1d9bfc5bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:55 +0000 Subject: [PATCH] Build(deps): bump taiki-e/create-gh-release-action from 1 to 1.10.0 Bumps [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action) from 1 to 1.10.0. - [Release notes](https://github.com/taiki-e/create-gh-release-action/releases) - [Changelog](https://github.com/taiki-e/create-gh-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/create-gh-release-action/compare/v1...v1.10.0) --- updated-dependencies: - dependency-name: taiki-e/create-gh-release-action dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-bin-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-bin-manual.yml b/.github/workflows/release-bin-manual.yml index 9d88361..5a2cb6e 100644 --- a/.github/workflows/release-bin-manual.yml +++ b/.github/workflows/release-bin-manual.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: taiki-e/create-gh-release-action@v1 + - uses: taiki-e/create-gh-release-action@v1.10.0 with: changelog: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }}