Skip to content

Commit

Permalink
chore(deps): update github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent cde42f0 commit 4829f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: πŸ”¨ Use .NET Core 6.0 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '6.0.x'
- name: πŸ”¨ Use .NET Core 8.0 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '8.0.x'
- name: 🎁 dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
run: |
npm ci
- name: πŸ”¨ Use .NET Core 6.0 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: πŸ”¨ Use .NET Core 8.0 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: 🎁 dotnet tool restore
Expand Down

0 comments on commit 4829f05

Please sign in to comment.