Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4
Browse files Browse the repository at this point in the history
| datasource  | package              | from | to |
| ----------- | -------------------- | ---- | -- |
| github-tags | actions/setup-dotnet | v3   | v4 |
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent f1ee870 commit c51e701
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
"${{ secrets.CICD_TOKEN }}";
- name: Setup dotnet SDK ${{ vars.NET_SDK_VERSION }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.NET_SDK_VERSION }}

Expand All @@ -115,7 +115,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet SDK ${{ vars.NET_SDK_VERSION }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.NET_SDK_VERSION }}

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

# This is needed for the step below that generates the API docs
- name: Setup dotnet (${{ vars.VELAPTOR_DOTNET_SDK_VERSION }})
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.VELAPTOR_DOTNET_SDK_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-csharp-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}

- name: Setup dotnet SDK ${{ vars.NET_SDK_VERSION }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.NET_SDK_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# This sdk version SHOULD be the same as the version set in the Velaptor project
- name: Setup dotnet (${{ vars.VELAPTOR_DOTNET_SDK_VERSION }})
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.VELAPTOR_DOTNET_SDK_VERSION }}

Expand Down

0 comments on commit c51e701

Please sign in to comment.