Skip to content

Commit cee92fb

Browse files
authored
Merge pull request #121 from hyperspy/dependabot/github_actions/softprops/action-gh-release-2.2.1
Bump softprops/action-gh-release from 2.0.8 to 2.2.1
2 parents 33491cc + dd3dc5a commit cee92fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create Release
6161
if: startsWith(github.ref, 'refs/tags/')
6262
id: create_release
63-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
63+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
6666
with:
@@ -313,7 +313,7 @@ jobs:
313313

314314
- name: Upload Release Asset
315315
if: startsWith(github.ref, 'refs/tags/')
316-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
316+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
317317
env:
318318
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
319319
with:
@@ -496,7 +496,7 @@ jobs:
496496
497497
- name: Upload Release Asset
498498
if: startsWith(github.ref, 'refs/tags/')
499-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
499+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
500500
env:
501501
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
502502
with:

0 commit comments

Comments
 (0)