Skip to content

Commit

Permalink
Merge pull request #813 from adamralph/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-dotnet-2.1.1

Bump actions/setup-dotnet from 2.1.0 to 2.1.1
  • Loading branch information
adamralph authored Sep 27, 2022
2 parents 6f7c735 + 13c9abc commit b7f6c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: ${{ matrix.job.name }}
runs-on: ${{ matrix.job.os }}
steps:
- uses: actions/setup-dotnet@v2.1.0
- uses: actions/setup-dotnet@v2.1.1
with:
dotnet-version: |
3.1.422
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-dotnet@v2.1.0
- uses: actions/setup-dotnet@v2.1.1
with:
dotnet-version: 6.0.400
- uses: actions/checkout@v3.0.2
Expand Down

0 comments on commit b7f6c2b

Please sign in to comment.