Skip to content

Commit 472a294

Browse files
committed
chore(deps): update github actions
1 parent b86362c commit 472a294

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
restore-keys: |
9292
${{ runner.os }}-nuget-
9393
- name: 🔨 Use .NET Core 3.1 SDK
94-
uses: actions/setup-dotnet@v4.0.1
94+
uses: actions/setup-dotnet@v4.1.0
9595
with:
9696
dotnet-version: '3.1.x'
9797
- name: 🔨 Use .NET Core 6.0 SDK
98-
uses: actions/setup-dotnet@v4.0.1
98+
uses: actions/setup-dotnet@v4.1.0
9999
with:
100100
dotnet-version: '6.0.x'
101101
- name: 🔨 Use .NET Core 8.0 SDK
102-
uses: actions/setup-dotnet@v4.0.1
102+
uses: actions/setup-dotnet@v4.1.0
103103
with:
104104
dotnet-version: '8.0.x'
105105
- 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@v5.0.0
23+
uses: crazy-max/ghaction-github-labeler@v5.1.0
2424
with:
2525
yaml-file: .github/labels.yml
2626
skip-delete: false

0 commit comments

Comments
 (0)