From 2a7a0f57e91bc236eeebf3b8eee42a36cbe38fbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 05:21:33 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.2.0 --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7eb5a8eea..64d2996fb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -131,7 +131,7 @@ jobs: target/cargo-timings/cargo-timing-*.html pulumi_wasm_generator_lib/tests/**/target/cargo-timings/cargo-timing-*.html - name: Release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: name: ${{ env.VERSION }} tag_name: ${{ env.GITHUB_REF_NAME }} @@ -168,7 +168,7 @@ jobs: run: just package-language-plugin "$VERSION" - name: Release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: name: ${{ env.VERSION }} tag_name: ${{ env.GITHUB_REF_NAME }} @@ -274,7 +274,7 @@ jobs: if: matrix.os != 'windows-2022' - name: Release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: name: ${{ env.VERSION }} tag_name: ${{ env.GITHUB_REF_NAME }}