File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Build and push Docker image to GitHub Container Registry
120120 id : push
121- uses : docker/build-push-action@v7.0 .0
121+ uses : docker/build-push-action@v7.1 .0
122122 with :
123123 context : .
124124 push : true
@@ -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 }}
Original file line number Diff line number Diff line change 8080 run : cat coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
8181
8282 - name : Upload Cobertura coverage report artifact
83- uses : actions/upload-artifact@v7.0.0
83+ uses : actions/upload-artifact@v7.0.1
8484 with :
8585 name : cobertura.xml
8686 path : coverage/cobertura.xml
You can’t perform that action at this time.
0 commit comments