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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
folder: win-x64
binary: ingest-aot-smoketest.exe
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: actions/setup-dotnet@v5
with:
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: windows-latest
steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 1

Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
id-token: write
packages: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup .NET
uses: actions/setup-dotnet@v5
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
issues: write
packages: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Check license headers
run: |
Expand Down