Skip to content

Commit 49d7b80

Browse files
authored
Merge pull request #415 from ocsigen/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 1 to 4
2 parents 5c6e4db + b111596 commit 49d7b80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v3
3232

3333
- name: Use .NET ${{ matrix.dotnet }}
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: ${{ matrix.dotnet }}
3737

@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v2
7777

7878
- name: Use .NET ${{ matrix.dotnet }}
79-
uses: actions/setup-dotnet@v1
79+
uses: actions/setup-dotnet@v4
8080
with:
8181
dotnet-version: ${{ matrix.dotnet }}
8282

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Use .NET ${{ matrix.dotnet }}
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: ${{ matrix.dotnet }}
3131

0 commit comments

Comments
 (0)