Skip to content

Commit

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

Bump actions/setup-dotnet from 3.1.0 to 3.2.0
  • Loading branch information
mergify[bot] authored May 30, 2023
2 parents 5ab1d6a + 4068220 commit cfd5fef
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.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '3.1.201'

Expand Down

0 comments on commit cfd5fef

Please sign in to comment.