From 40dbceec465c3a890ff43c47dfb2d8cba7abea2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:25:31 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.3.0 to 2.3.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bed2d6..95b6fa1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: run: cp target/${{ matrix.target }}/release/esp_exception_decoder esp_exception_decoder_${{ matrix.bin_suffix }} - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: esp_exception_decoder_${{ matrix.bin_suffix }} @@ -113,7 +113,7 @@ jobs: run: cargo build --release --target x86_64-pc-windows-gnu - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: target/x86_64-pc-windows-gnu/release/esp_exception_decoder.exe @@ -140,7 +140,7 @@ jobs: run: tar czf esp_exception_decoder_wasm.tar.gz -C web index.html esp_exception_decoder_rs.js esp_exception_decoder_rs_bg.wasm - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: esp_exception_decoder_wasm.tar.gz