Skip to content

Commit

Permalink
Merge pull request #5 from JamieMagee/renovate/actions-setup-dotnet-1.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-dotnet action to v1.8.1
  • Loading branch information
JamieMagee committed Aug 2, 2021
2 parents f2f9ef6 + 26ea7a5 commit 152d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Install dependencies
Expand Down

0 comments on commit 152d04e

Please sign in to comment.