Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Downstream projects: Add any additional dependency installations here.

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# Downstream projects: Add any additional dependency installations here.

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
# Downstream projects: Add any additional dependency installations here.

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
# Downstream projects: Add any additional artifact downloads here.

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download all job artifacts
uses: actions/download-artifact@v8
Expand Down
Loading