Skip to content

Commit de72a5e

Browse files
Bump softprops/action-gh-release in the actions group
Bumps the actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.3.3 to 2.4.0 - [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@6cbd405...aec2ec5) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4bc6b1 commit de72a5e

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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
63+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
6666
with:
@@ -309,7 +309,7 @@ jobs:
309309
310310
- name: Upload Release Asset
311311
if: startsWith(github.ref, 'refs/tags/')
312-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
312+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
313313
env:
314314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
315315
with:
@@ -492,7 +492,7 @@ jobs:
492492
493493
- name: Upload Release Asset
494494
if: startsWith(github.ref, 'refs/tags/')
495-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
495+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5
496496
env:
497497
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
498498
with:

0 commit comments

Comments
 (0)