Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 1.8.1 to 1.8.2 (#19)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2021
1 parent 0d85e64 commit 26bca22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Expand Up @@ -23,12 +23,12 @@ jobs:
lfs: true

- name: Install .NET Core
uses: actions/setup-dotnet@v1.8.0
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 3.1.x

- name: Install .NET 5
uses: actions/setup-dotnet@v1.8.0
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 5.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -19,12 +19,12 @@ jobs:
lfs: true

- name: Install .NET Core
uses: actions/setup-dotnet@v1.8.0
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 3.1.x

- name: Install .NET 5
uses: actions/setup-dotnet@v1.8.0
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 5.0.x

Expand Down

0 comments on commit 26bca22

Please sign in to comment.