Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 1.8.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent ed2d3ad commit 550343b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: "WyriHaximus/github-action-get-previous-tag@master"

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: 5.0.100

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.15

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: 5.0.100

Expand Down

0 comments on commit 550343b

Please sign in to comment.