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
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

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

- name: Run markdown linter
uses: DavidAnson/markdownlint-cli2-action@v23
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:

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

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

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

- name: Download all version captures
uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: build

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

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down