Skip to content

Commit 0c0a35e

Browse files
Bump softprops/action-gh-release from 2 to 3
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>
1 parent 1a45c5b commit 0c0a35e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Release
6969
if: github.ref == 'refs/heads/main'
70-
uses: softprops/action-gh-release@v2
70+
uses: softprops/action-gh-release@v3
7171
with:
7272
#files: ${{ github.workspace }}/ISO/*.tar.gz
7373
#files: ${{ github.workspace }}/ISO/*.iso
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Release
133133
if: github.ref == 'refs/heads/main'
134-
uses: softprops/action-gh-release@v2
134+
uses: softprops/action-gh-release@v3
135135
with:
136136
#files: ${{ github.workspace }}/ISO/*.tar.gz
137137
#files: ${{ github.workspace }}/ISO/*.iso
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Release
197197
if: github.ref == 'refs/heads/main'
198-
uses: softprops/action-gh-release@v2
198+
uses: softprops/action-gh-release@v3
199199
with:
200200
#files: ${{ github.workspace }}/ISO/*.tar.gz
201201
#files: ${{ github.workspace }}/ISO/*.iso

0 commit comments

Comments
 (0)