Skip to content

Commit e38cbde

Browse files
Update github actions
1 parent 612d4e0 commit e38cbde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ jobs:
9797
restore-keys: |
9898
${{ runner.os }}-nuget-
9999
- name: 🔨 Use .NET Core 3.1 SDK
100-
uses: actions/setup-dotnet@v2.1.0
100+
uses: actions/setup-dotnet@v3.0.3
101101
with:
102102
dotnet-version: '3.1.x'
103103
- name: 🔨 Use .NET Core 6.0 SDK
104-
uses: actions/setup-dotnet@v2.1.0
104+
uses: actions/setup-dotnet@v3.0.3
105105
with:
106106
dotnet-version: '6.0.x'
107107
- name: 🎁 dotnet tool restore

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Run Labeler
2222
if: success()
23-
uses: crazy-max/ghaction-github-labeler@v3.1.1
23+
uses: crazy-max/ghaction-github-labeler@v4.1.0
2424
with:
2525
yaml-file: .github/labels.yml
2626
skip-delete: false

0 commit comments

Comments
 (0)