Skip to content

Commit

Permalink
Merge pull request #176 from signalwire/renovate/actions-setup-dotnet…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/setup-dotnet action to v4
  • Loading branch information
lucasmellos authored Dec 20, 2023
2 parents f62b58c + a26f7e9 commit 660e85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: ${{ inputs.DOTNET_VERSION }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/unit-test-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: "composite"
steps:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ inputs.DOTNET-VERSION }}

Expand Down

0 comments on commit 660e85d

Please sign in to comment.