Skip to content

Commit 2665262

Browse files
dependabot[bot]linkdotnet
authored andcommitted
chore(deps): bump actions/setup-dotnet from 4.0.1 to 4.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87667c7 commit 2665262

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/[email protected]
2626

27-
- uses: actions/setup-dotnet@v4.0.1
27+
- uses: actions/setup-dotnet@v4.1.0
2828
with:
2929
dotnet-version: |
3030
6.0.x

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: ./CHANGELOG.md
3535

3636
- name: Setup dotnet
37-
uses: actions/setup-dotnet@v4.0.1
37+
uses: actions/setup-dotnet@v4.1.0
3838
with:
3939
dotnet-version: |
4040
6.0.x

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616

1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v4.0.1
18+
uses: actions/setup-dotnet@v4.1.0
1919
with:
2020
dotnet-version: |
2121
6.0.x

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4.0.1
17+
uses: actions/setup-dotnet@v4.1.0
1818
with:
1919
dotnet-version: |
2020
6.0.x

0 commit comments

Comments
 (0)