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/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v5.0.0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
- name: Add Problem Matcher for dotnet-format
run: echo "::add-matcher::.github/dotnet-format.json"
- name: Lint
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v5.0.0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
cache: true
cache-dependency-path: '**/packages.lock.json'
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v5.0.0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
cache: true
cache-dependency-path: '**/packages.lock.json'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v5.0.0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1
with:
cache: true
cache-dependency-path: '**/packages.lock.json'
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.0.0
uses: actions/setup-dotnet@v5.0.1

- name: Login to NuGet (with OIDC)
uses: NuGet/login@v1
Expand Down