diff --git a/.github/workflows/api-release.yml b/.github/workflows/api-release.yml index e20d1666..ca6c25c0 100644 --- a/.github/workflows/api-release.yml +++ b/.github/workflows/api-release.yml @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/build-csharp-solution.yml b/.github/workflows/build-csharp-solution.yml index 44779929..a8385c6c 100644 --- a/.github/workflows/build-csharp-solution.yml +++ b/.github/workflows/build-csharp-solution.yml @@ -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 }} diff --git a/.github/workflows/prod-release.yml b/.github/workflows/prod-release.yml index c93e85c9..f6084851 100644 --- a/.github/workflows/prod-release.yml +++ b/.github/workflows/prod-release.yml @@ -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 }}