Skip to content

Commit 5f4810a

Browse files
authored
Merge pull request #22195 from hrydgard/dependabot/github_actions/softprops/action-gh-release-3.0.3
Bump softprops/action-gh-release from 3.0.2 to 3.0.3
2 parents 1b11470 + 4fba60c commit 5f4810a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
path: artifacts/
213213

214214
- name: Upload release
215-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
215+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
216216
if: github.ref_type == 'tag'
217217
with:
218218
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
Compress-Archive -Path "ppsspp/*" -Update -DestinationPath "releases/PPSSPP-${{ github.ref_name }}-Windows-${{ matrix.platform }}.zip"
114114
115115
- name: Upload release
116-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
116+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
117117
if: github.ref_type == 'tag'
118118
with:
119119
files: releases/*.zip
@@ -438,7 +438,7 @@ jobs:
438438
run: mv PPSSPPSDL.zip PPSSPPSDL-macOS-${GITHUB_REF_NAME}.zip
439439

440440
- name: Upload macOS & iOS release
441-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
441+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
442442
if: github.ref_type == 'tag' && (matrix.id == 'macos' || matrix.id == 'ios')
443443
with:
444444
files: |

.github/workflows/tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "tarball=$TARBALL" >> $GITHUB_OUTPUT
4040
4141
- name: Upload tarball
42-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
42+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
4343
with:
4444
files: ${{ steps.archive.outputs.tarball }}
4545
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)