From 03fd0c10b235d671fce6ca4c6596c8d6cdaddf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:06:21 +0200 Subject: [PATCH] chore(deps): bump rust-build/rust-build.action in /.github/workflows (#190) Bumps [rust-build/rust-build.action](https://github.com/rust-build/rust-build.action) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/rust-build/rust-build.action/releases) - [Commits](https://github.com/rust-build/rust-build.action/compare/v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: rust-build/rust-build.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c1d8fb5..321f1e1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Compile and release - uses: rust-build/rust-build.action@v1.4.4 + uses: rust-build/rust-build.action@v1.4.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: