Skip to content

Commit 61a6f68

Browse files
authored
Merge pull request #127 from hyperspy/dependabot/github_actions/softprops/action-gh-release-2.2.2
Bump softprops/action-gh-release from 2.2.1 to 2.2.2
2 parents 11a00ac + ec6c337 commit 61a6f68

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@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
63+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
6666
with:
@@ -314,7 +314,7 @@ jobs:
314314

315315
- name: Upload Release Asset
316316
if: startsWith(github.ref, 'refs/tags/')
317-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
317+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
318318
env:
319319
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
320320
with:
@@ -497,7 +497,7 @@ jobs:
497497
498498
- name: Upload Release Asset
499499
if: startsWith(github.ref, 'refs/tags/')
500-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
500+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
501501
env:
502502
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
503503
with:

0 commit comments

Comments
 (0)