diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ae28c8d6..f4acd85c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 @@ -41,7 +41,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e547a024..099be485 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 002be210..18a7d96b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 19de9943..9a3e2cfd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4dff6f9..4b4e0636 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages @@ -53,7 +53,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5