File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: .NET CD
66on :
77 push :
88 tags :
9- - ' v*.*.*-*'
9+ - " v*.*.*-*"
1010
1111env :
1212 DOTNET_VERSION : 10.0.x
1919 contents : read
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v6.0.2
2323
2424 - name : Set up .NET ${{ env.DOTNET_VERSION }}
2525 uses : actions/setup-dotnet@v5.2.0
5050
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@v6
53+ uses : actions/checkout@v6.0.2
5454 with :
5555 fetch-depth : 0
5656
@@ -164,7 +164,7 @@ jobs:
164164 } >> $GITHUB_OUTPUT
165165
166166 - name : Create GitHub Release
167- uses : softprops/action-gh-release@v2.6.1
167+ uses : softprops/action-gh-release@v3.0.0
168168 with :
169169 name : " v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.stadium }} 🏟️"
170170 tag_name : ${{ steps.version.outputs.tag_name }}
You can’t perform that action at this time.
0 commit comments