Skip to content

Commit 7c0d125

Browse files
authored
Merge branch 'master' into dependabot/nuget/test/Dotnet.Samples.AspNetCore.WebApi.Tests/Microsoft.AspNetCore.Mvc.Testing-10.0.5
2 parents 03ec7f8 + 008e6e8 commit 7c0d125

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: .NET CD
66
on:
77
push:
88
tags:
9-
- 'v*.*.*-*'
9+
- "v*.*.*-*"
1010

1111
env:
1212
DOTNET_VERSION: 10.0.x
@@ -19,7 +19,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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 }}

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)