Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4.0.1 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 40f98f5 commit 2c97bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:

- name: Setup .NET Core
# if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: ${{ inputs.DOTNET_VERSION }}
env:
Expand Down

0 comments on commit 2c97bcb

Please sign in to comment.