From d5c0d9df480c99288100b6758c43d6766e89eeda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:24:03 -0700 Subject: [PATCH] chore(deps): update knope-dev/action action to v2.1.0 (#204) Co-authored-by: renovate[bot] <29139614+renovate[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 fbbaaf7..fbb5879 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: toolchain: stable override: true - name: Install Knope - uses: knope-dev/action@v2.0.0 + uses: knope-dev/action@v2.1.0 - uses: Swatinem/rust-cache@v2 - run: | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"