From a94eca53498449f7a0ef180aabc759047451ade9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:45:17 +0000 Subject: [PATCH] chore(deps): update rust-build/rust-build.action action to v1.4.5 --- .github/workflows/prebuilt-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuilt-binary.yml b/.github/workflows/prebuilt-binary.yml index 37033f4..b02f750 100644 --- a/.github/workflows/prebuilt-binary.yml +++ b/.github/workflows/prebuilt-binary.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@master - 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: