Skip to content

Commit 5fd1093

Browse files
chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 (#3901)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [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@b430933...718ea10) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Candillon <wcandillon@gmail.com>
1 parent a0c842a commit 5fd1093

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-dawn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Create GitHub release
4747
id: create_release
48-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
48+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
@@ -265,7 +265,7 @@ jobs:
265265
tar -czf dawn-headers-${TAG}.tar.gz dawn-headers
266266
267267
- name: Upload to GitHub release
268-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
268+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
269269
env:
270270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
271271
with:

.github/workflows/build-skia-graphite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Create GitHub release
8181
if: ${{ github.event.inputs.dry_run != 'true' }}
8282
id: create_release
83-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
83+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
with:
@@ -207,7 +207,7 @@ jobs:
207207

208208
- name: Upload binaries to GitHub release - ${{ matrix.artifact_name }}
209209
if: ${{ github.event.inputs.dry_run != 'true' }}
210-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
210+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
211211
env:
212212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213213
with:
@@ -252,7 +252,7 @@ jobs:
252252

253253
- name: Upload Graphite Headers to GitHub release
254254
if: ${{ matrix.target == 'apple-ios' && github.event.inputs.dry_run != 'true' }}
255-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
255+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
256256
env:
257257
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
258258
with:

.github/workflows/build-skia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create GitHub release
5959
if: ${{ github.event.inputs.dry_run != 'true' }}
6060
id: create_release
61-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
61+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
with:
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Upload binaries to GitHub release - ${{ matrix.artifact_name }}
160160
if: ${{ github.event.inputs.dry_run != 'true' }}
161-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
161+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
162162
env:
163163
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
164164
with:

.github/workflows/wcandillon-build-skia-graphite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Create GitHub release
9292
if: ${{ github.event.inputs.dry_run != 'true' }}
9393
id: create_release
94-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
94+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
with:
@@ -220,7 +220,7 @@ jobs:
220220

221221
- name: Upload binaries to GitHub release - ${{ matrix.artifact_name }}
222222
if: ${{ github.event.inputs.dry_run != 'true' }}
223-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
223+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
224224
env:
225225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226226
with:
@@ -265,7 +265,7 @@ jobs:
265265

266266
- name: Upload Graphite Headers to GitHub release
267267
if: ${{ matrix.target == 'apple-ios' && github.event.inputs.dry_run != 'true' }}
268-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
268+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
269269
env:
270270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
271271
with:

.github/workflows/wcandillon-build-skia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Create GitHub release
7070
if: ${{ github.event.inputs.dry_run != 'true' }}
7171
id: create_release
72-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
72+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
with:
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Upload binaries to GitHub release - ${{ matrix.artifact_name }}
173173
if: ${{ github.event.inputs.dry_run != 'true' }}
174-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
174+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
175175
env:
176176
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
177177
with:

0 commit comments

Comments
 (0)