Skip to content

Commit

Permalink
Merge pull request #308 from computer-science-engineering/renovate/ac…
Browse files Browse the repository at this point in the history
…tions-setup-dotnet-4.x

Update actions/setup-dotnet action to v4
  • Loading branch information
manastalukdar authored Dec 4, 2023
2 parents 38024df + 45f992b commit c3c0834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: pip install -r requirements.txt

- name: setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
include-prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout submodules
run: make git
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
include-prerelease: true
Expand Down

0 comments on commit c3c0834

Please sign in to comment.