Skip to content

Commit 8b6b813

Browse files
authored
Merge pull request #1087 from Griefed/dependabot-github_actions-develop-softprops-action-gh-release-3.0.0
build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0
2 parents b5ee3fc + 4be388c commit 8b6b813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
# GENERATE RELEASE
187187
- name: Create Release
188188
id: create_release
189-
uses: softprops/action-gh-release@v2.6.1
189+
uses: softprops/action-gh-release@v3.0.0
190190
with:
191191
token: ${{ secrets.GITHUB_TOKEN }}
192192
tag_name: ${{ needs.preparations.outputs.version }}

.github/workflows/github_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
# GENERATE RELEASE
179179
- name: Create Release
180180
id: create_release
181-
uses: softprops/action-gh-release@v2.6.1
181+
uses: softprops/action-gh-release@v3.0.0
182182
with:
183183
token: ${{ secrets.GITHUB_TOKEN }}
184184
tag_name: ${{ needs.preparations.outputs.version }}

0 commit comments

Comments
 (0)