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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# is done on Linux (linux-x64) as the representative AOT platform.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Setup .NET
uses: actions/setup-dotnet@v5
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# only on Windows, so its test suite stays on a Windows agent.
runs-on: windows-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Setup .NET
uses: actions/setup-dotnet@v5
Expand All @@ -109,7 +109,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

# A tag can be pushed with a failing build (GitHub's branch protection does
# not cover tags), so gate publishing on the tagged commit's CI checks.
Expand Down
Loading