Skip to content

Commit 3ecfc9d

Browse files
chore(deps): update actions/setup-dotnet action to v4.0.1 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7620479 commit 3ecfc9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
dotnet-version: |
2929
6.0.x

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
dotnet-version: |
2929
6.0.x

0 commit comments

Comments
 (0)