diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f37d7e432..db2baab1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Build run: dotnet build -c ${{ matrix.config }} @@ -354,7 +354,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Pack run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@v5 - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Pack run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 666e98fc8..4fc352bb7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -65,7 +65,7 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Build run: dotnet build -c Release diff --git a/.github/workflows/native-aot.yml b/.github/workflows/native-aot.yml index ecc57d51a..ca8f07336 100644 --- a/.github/workflows/native-aot.yml +++ b/.github/workflows/native-aot.yml @@ -107,7 +107,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Write script run: echo "$AOT_Compat" > test-aot-compatibility.ps1 @@ -141,7 +141,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Start PostgreSQL run: | diff --git a/.github/workflows/rich-code-nav.yml b/.github/workflows/rich-code-nav.yml index 363eaaeb5..325d5c030 100644 --- a/.github/workflows/rich-code-nav.yml +++ b/.github/workflows/rich-code-nav.yml @@ -23,7 +23,7 @@ jobs: ${{ runner.os }}-nuget- - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Build run: dotnet build --configuration Debug