From 63cce99329744a1c14ceb2b7284c99243e5c22f2 Mon Sep 17 00:00:00 2001 From: Alexander Rohde Date: Tue, 27 Feb 2024 14:10:19 +0100 Subject: [PATCH] Update version of rust build action to v1.4.5 --- .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 abfe0ae..918a918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,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: