Skip to content

Commit 0254e64

Browse files
authored
Merge pull request #86 from Nyrest/dependabot/github_actions/actions/setup-dotnet-4.2.0
Bump actions/setup-dotnet from 4.1.0 to 4.2.0
2 parents 3e42654 + 3f3f501 commit 0254e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4.1.0
23+
uses: actions/setup-dotnet@v4.2.0
2424
with:
2525
dotnet-version: |
2626
3.1.x
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v4.1.0
45+
uses: actions/setup-dotnet@v4.2.0
4646
with:
4747
dotnet-version: |
4848
3.1.x

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v4.1.0
26+
uses: actions/setup-dotnet@v4.2.0
2727
with:
2828
dotnet-version: |
2929
3.1.x

0 commit comments

Comments
 (0)