Skip to content

Commit

Permalink
chore(deps): update actions/setup-dotnet action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 45708b5 commit ac62515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
node-version: ${{ env.NODEVERSION }}
registry-url: ${{env.NPM_REGISTRY_URL}}
- name: Setup DotNet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
Expand Down

0 comments on commit ac62515

Please sign in to comment.