Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -9,7 +9,7 @@ jobs:

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

Expand All @@ -28,7 +28,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
# setup dotnet based on global.json
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
# setup dotnet based on global.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
# setup dotnet based on global.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
# checkout the code
- name: checkout-code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
Loading