Skip to content

Commit fd82e9e

Browse files
Bump softprops/action-gh-release from 2 to 3 (#199)
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 07539e6 commit fd82e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Release
123123
if: github.ref == 'refs/heads/LTS'
124-
uses: softprops/action-gh-release@v2
124+
uses: softprops/action-gh-release@v3
125125
with:
126126
#files: ${{ github.workspace }}/ISO/*.tar.gz
127127
#files: ${{ github.workspace }}/ISO/*.iso

0 commit comments

Comments
 (0)