We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7018f1 commit be50971Copy full SHA for be50971
.github/workflows/ci.yml
@@ -97,11 +97,11 @@ jobs:
97
restore-keys: |
98
${{ runner.os }}-nuget-
99
- name: 🔨 Use .NET Core 3.1 SDK
100
- uses: actions/setup-dotnet@v2.1.1
+ uses: actions/setup-dotnet@v3.0.3
101
with:
102
dotnet-version: '3.1.x'
103
- name: 🔨 Use .NET Core 6.0 SDK
104
105
106
dotnet-version: '6.0.x'
107
- name: 🎁 dotnet tool restore
.github/workflows/sync-labels.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Run Labeler
22
if: success()
23
- uses: crazy-max/ghaction-github-labeler@v3.2.0
+ uses: crazy-max/ghaction-github-labeler@v4.1.0
24
25
yaml-file: .github/labels.yml
26
skip-delete: false
0 commit comments