Skip to content

Commit dc902db

Browse files
authored
Merge pull request #192 from vim-jp/dependabot/github_actions/softprops/action-gh-release-3.0.3
Bump softprops/action-gh-release from 3.0.2 to 3.0.3
2 parents bb15cd9 + 0c77caf commit dc902db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# リリース(draft)を作成しファイルを添付する
3636
- name: Create a release
3737
if: startsWith(github.ref, 'refs/tags/')
38-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
38+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
3939
with:
4040
draft: true
4141
prerelease: ${{ contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.') }}

0 commit comments

Comments
 (0)