Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent b7018f1 commit be50971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: 🔨 Use .NET Core 3.1 SDK
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '3.1.x'
- name: 🔨 Use .NET Core 6.0 SDK
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '6.0.x'
- name: 🎁 dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v3.2.0
uses: crazy-max/ghaction-github-labeler@v4.1.0
with:
yaml-file: .github/labels.yml
skip-delete: false
Expand Down

0 comments on commit be50971

Please sign in to comment.