Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.8.2 to 1.9.0 (#1212)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2021
1 parent 45869d5 commit e6d8476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
uses: actions/[email protected]

- name: Setup dotnet from global.json
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
if: ${{ matrix.language == 'csharp' }}

# SQL Code-Gen (TODO: Delete once shared components moves to .NET 6.0)
- name: 'Setup dotnet 5.x'
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
if: ${{ matrix.language == 'csharp' }}
with:
dotnet-version: '5.x'
Expand Down

0 comments on commit e6d8476

Please sign in to comment.