Skip to content

Commit

Permalink
Bump dotnet version for github actions (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt authored Oct 9, 2021
1 parent 3da1cbe commit bdc58d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
dotnet: [5.0.100]
dotnet: [5.0.202]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.202
- name: Restore tools
run: dotnet tool restore
- name: Restore dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
dotnet: [5.0.100]
dotnet: [5.0.202]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.20.2] - 2021-10-09

- Added cyclomatic complexity rule [@davidtgillard]
- Add new rule FavourTypedIgnore [@su8898]
- Added FavourTypedIgnore rule [@su8898]

## [0.20.1] - 2021-09-06

Expand Down

0 comments on commit bdc58d2

Please sign in to comment.