Skip to content

Commit

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

Bump actions/setup-dotnet from 3.0.0 to 3.0.1
  • Loading branch information
adamralph authored Oct 5, 2022
2 parents aef31ea + 6df6f9d commit ca4d1ef
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@v3.0.0
- uses: actions/setup-dotnet@v3.0.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@v3.0.0
- uses: actions/setup-dotnet@v3.0.1
with:
dotnet-version: 6.0.400
- uses: actions/checkout@v3.0.2
Expand Down

0 comments on commit ca4d1ef

Please sign in to comment.