Skip to content

Commit 23fe09f

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3 (#2266)
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> Co-authored-by: Andrei <abetlen@gmail.com>
1 parent 6bccad5 commit 23fe09f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
merge-multiple: true
208208
path: dist
209209

210-
- uses: softprops/action-gh-release@v2
210+
- uses: softprops/action-gh-release@v3
211211
with:
212212
files: dist/*
213213
env:

.github/workflows/build-wheels-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# Publish tags that reflect the actual installed toolkit version.
223223
Write-Output "CUDA_VERSION=$cudaTagVersion" >> $env:GITHUB_ENV
224224
225-
- uses: softprops/action-gh-release@v2
225+
- uses: softprops/action-gh-release@v3
226226
if: startsWith(github.ref, 'refs/tags/')
227227
with:
228228
files: dist/*

.github/workflows/build-wheels-metal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
merge-multiple: true
6060
path: dist2
6161

62-
- uses: softprops/action-gh-release@v2
62+
- uses: softprops/action-gh-release@v3
6363
with:
6464
files: dist2/*
6565
# set release name to <tag>-metal

.github/workflows/build-wheels-rocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
merge-multiple: true
209209
path: dist
210210

211-
- uses: softprops/action-gh-release@v2
211+
- uses: softprops/action-gh-release@v3
212212
with:
213213
files: dist/*
214214
# Set release name to <tag>-rocm<rocm_version>.
@@ -228,7 +228,7 @@ jobs:
228228
merge-multiple: true
229229
path: dist
230230

231-
- uses: softprops/action-gh-release@v2
231+
- uses: softprops/action-gh-release@v3
232232
with:
233233
files: dist/*
234234
# Set release name to <tag>-hip-radeon.

.github/workflows/build-wheels-vulkan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
merge-multiple: true
115115
path: dist
116116

117-
- uses: softprops/action-gh-release@v2
117+
- uses: softprops/action-gh-release@v3
118118
with:
119119
files: dist/*
120120
# Set release name to <tag>-vulkan.

0 commit comments

Comments
 (0)