diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 379f98a80d..b35a3d85ea 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Run MinVer diff --git a/.github/workflows/build-db-container.yml b/.github/workflows/build-db-container.yml index f8f4ceb059..0020105e4b 100644 --- a/.github/workflows/build-db-container.yml +++ b/.github/workflows/build-db-container.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Run MinVer diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index d24c58f939..171c4011a9 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Download RavenDB Server diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d597fb4bca..e385e15192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Download RavenDB Server diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 2f381b0816..66e06938ce 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Run MinVer