Skip to content

Commit 8dbf305

Browse files
Bump softprops/action-gh-release from 2.3.0 to 2.3.2 (#18)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cb42e4 commit 8dbf305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: cp target/${{ matrix.target }}/release/esp_exception_decoder esp_exception_decoder_${{ matrix.bin_suffix }}
7878

7979
- name: Release
80-
uses: softprops/[email protected].0
80+
uses: softprops/[email protected].2
8181
with:
8282
files: esp_exception_decoder_${{ matrix.bin_suffix }}
8383

@@ -113,7 +113,7 @@ jobs:
113113
run: cargo build --release --target x86_64-pc-windows-gnu
114114

115115
- name: Release
116-
uses: softprops/[email protected].0
116+
uses: softprops/[email protected].2
117117
with:
118118
files: target/x86_64-pc-windows-gnu/release/esp_exception_decoder.exe
119119

@@ -140,7 +140,7 @@ jobs:
140140
run: tar czf esp_exception_decoder_wasm.tar.gz -C web index.html esp_exception_decoder_rs.js esp_exception_decoder_rs_bg.wasm
141141

142142
- name: Release
143-
uses: softprops/[email protected].0
143+
uses: softprops/[email protected].2
144144
with:
145145
files: esp_exception_decoder_wasm.tar.gz
146146

0 commit comments

Comments
 (0)