Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 72c239e

Browse files
authored
Merge pull request #73 from akunzai/dependabot/github_actions/actions/setup-dotnet-3
2 parents 28b5403 + 76b5de9 commit 72c239e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.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/checkout@v3
1616
- name: Set up .NET SDK
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: 6.0.x
2020
- name: Build packages

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 10
2323
- name: Set up .NET SDK
24-
uses: actions/setup-dotnet@v2
24+
uses: actions/setup-dotnet@v3
2525
with:
2626
dotnet-version: |
2727
3.1.x

0 commit comments

Comments
 (0)