Skip to content

Commit f1b3411

Browse files
Update softprops/action-gh-release action to v3 (#3115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 55495e1 commit f1b3411

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Create Release
237237
if: env.LATEST_TAG != env.NEXT_TAG
238238
id: create_release
239-
uses: softprops/action-gh-release@v2.6.2
239+
uses: softprops/action-gh-release@v3.0.0
240240
with:
241241
token: ${{ secrets.GITHUB_TOKEN }}
242242
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
command: make chart_release
160160
- name: Create Nightly Release
161161
id: create_release
162-
uses: softprops/action-gh-release@v2.6.2
162+
uses: softprops/action-gh-release@v3.0.0
163163
with:
164164
token: ${{ secrets.GITHUB_TOKEN }}
165165
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)