Skip to content

Commit

Permalink
Merge pull request #299 from lightspeedwp/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-dotnet-4.0.0

Bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
mergify[bot] authored Dec 5, 2023
2 parents c54a1ff + 93e4fad commit 9cc5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Install dotnet, used by OSSAR
- name: Install .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '3.1.201'

Expand Down

0 comments on commit 9cc5981

Please sign in to comment.