Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 3.0.1 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.1...v3.0.3)

---
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>
  • Loading branch information
dependabot[bot] committed Nov 1, 2022
1 parent 17abd0a commit 703c367
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
lfs: true

- name: Install .NET 6
uses: actions/setup-dotnet@v3.0.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 6.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
lfs: true

- name: Install .NET 6
uses: actions/setup-dotnet@v3.0.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit 703c367

Please sign in to comment.