Skip to content

Commit

Permalink
chore(deps): bump actions/setup-dotnet from 3.0.1 to 3.0.2
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.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.1...v3.0.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>
  • Loading branch information
dependabot[bot] committed Oct 14, 2022
1 parent 0e89fe9 commit 46f52e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -47,7 +47,7 @@ runs:
shell: bash
- name: Set up .NET SDK at version specified in .tool-versions.
if: steps.tool-versions.outputs.dotnet-core != ''
uses: actions/setup-dotnet@v3.0.1
uses: actions/setup-dotnet@v3.0.2
with:
dotnet-version: ${{ steps.tool-versions.outputs.dotnet-core }}
- name: Set up Node.js at version specified in .tool-versions.
Expand Down

0 comments on commit 46f52e2

Please sign in to comment.