Skip to content

Commit e0e47f7

Browse files
Bump softprops/action-gh-release from 2 to 3 (#200)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed1e979 commit e0e47f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Release
5454
if: github.ref == 'refs/heads/flavourLTS'
55-
uses: softprops/action-gh-release@v2
55+
uses: softprops/action-gh-release@v3
5656
with:
5757
files: ${{ github.workspace }}/output/*
5858
tag_name: v${{ env.isotag }}
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Release
163163
if: github.ref == 'refs/heads/flavourLTS'
164-
uses: softprops/action-gh-release@v2
164+
uses: softprops/action-gh-release@v3
165165
with:
166166
files: ${{ github.workspace }}/output/*
167167
tag_name: v${{ env.isotag }}

0 commit comments

Comments
 (0)