Skip to content

Commit

Permalink
update github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Nov 25, 2024
1 parent 572a736 commit 547ecbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-push-do-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
docs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x
uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 9.0.x

- name: Run MarkdownSnippets
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on-push-do-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x
uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 9.0.x

- uses: dotnet/nbgv@master
id: nbgv
Expand Down

0 comments on commit 547ecbd

Please sign in to comment.