diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ae28c8d..f4acd85 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 e547a02..099be48 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 002be21..18a7d96 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 19de994..9a3e2cf 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 a4dff6f..4b4e063 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