Skip to content

Commit 9d0b61c

Browse files
authored
Merge pull request #2066 from gui-cs/dependabot/github_actions/actions/setup-dotnet-2.1.1
Bump actions/setup-dotnet from 1 to 2.1.1
2 parents d5a1168 + 91c49af commit 9d0b61c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v2.1.1
1717
with:
1818
dotnet-version: 6.0.100
1919

.github/workflows/dotnet-core.yml

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

1717
- name: Setup .NET Core
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v2.1.1
1919
with:
2020
dotnet-version: 6.0.100
2121

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
3131
3232
- name: Setup dotnet
33-
uses: actions/setup-dotnet@v2
33+
uses: actions/setup-dotnet@v2.1.1
3434
with:
3535
dotnet-version: 6.0.100
3636

0 commit comments

Comments
 (0)