Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading