Skip to content
Merged
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
16 changes: 8 additions & 8 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dotnetVersion: "9.0.x"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup dotnet 8.0.x
uses: actions/setup-dotnet@v4
Expand All @@ -49,7 +49,7 @@ jobs:
test_url_to_license_mapping:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup dotnet 9.0.x
uses: actions/setup-dotnet@v4
with:
Expand All @@ -76,7 +76,7 @@ jobs:
- framework: net9.0
dotnetVersion: "9.0.x"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup dotnet 8.0.x
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup dotnet 9.0.x
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
dotnetVersion: "9.0.x"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
project: [App, Tests, ProjectWithReferenceContainingLicenseExpression]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
dotnetVersion: "9.0.x"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
check_version_command_net472:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup dotnet 8.0.x
uses: actions/setup-dotnet@v4
with:
Expand Down
Loading