Skip to content

Commit

Permalink
Bump actions/setup-dotnet action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent c567acd commit f5d37ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
Expand Down

0 comments on commit f5d37ff

Please sign in to comment.