From 5c361077cf41b98bf36dc812ef19976a23325c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:56:36 +0000 Subject: [PATCH] build(deps): bump taiki-e/setup-cross-toolchain-action (#81) Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.26.0 to 1.28.0. - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/setup-cross-toolchain-action/compare/v1.26.0...v1.28.0) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4b93bf..25aa1ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: # TODO: see if this is needed after next deploy # - if: startsWith(matrix.os, 'ubuntu') && !endsWith(matrix.target, '-musl') - - uses: taiki-e/setup-cross-toolchain-action@v1.26.0 + - uses: taiki-e/setup-cross-toolchain-action@v1.28.0 with: target: ${{ matrix.target }}