Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build-tools/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 27, 2024
1 parent ba8d8e0 commit a92578c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/build-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
shell: bash

- name: "Install dotnet"
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
env:
GITHUB_TOKEN: ${{inputs.GITHUB_TOKEN}}
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
Expand All @@ -85,8 +85,6 @@ runs:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
with:
dotnet-version: |
6.0.*
7.0.*
8.0.*
9.0.*
${{env.DOTNET_VERSION}}
Expand Down

0 comments on commit a92578c

Please sign in to comment.