Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.0.3 to 4.0.0 (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 8add0e6 commit 0e1b3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.x
- id: git-vars
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.x
- name: Install dependencies
Expand All @@ -76,7 +76,7 @@ jobs:
if: github.repository == 'SamboyCoding/Cpp2IL'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.x
- id: git-vars
Expand Down

0 comments on commit 0e1b3dc

Please sign in to comment.