Skip to content

Commit 1e8a018

Browse files
Bump actions/setup-dotnet from 1 to 2 (#739)
1 parent 2fa6fdc commit 1e8a018

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Setup .NET Core SDK
21-
uses: actions/setup-dotnet@v1
21+
uses: actions/setup-dotnet@v2
2222
with:
2323
dotnet-version: "6.0.x"
2424
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Setup .NET Core SDK
20-
uses: actions/setup-dotnet@v1
20+
uses: actions/setup-dotnet@v2
2121
with:
2222
dotnet-version: "6.0.x"
2323

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo version=$version
2929
echo "version=$version" >> $GITHUB_ENV
3030
- name: Setup .NET Core SDK
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v2
3232
with:
3333
dotnet-version: "6.0.x"
3434
source-url: https://api.nuget.org/v3/index.json

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout source
4242
uses: actions/checkout@v2
4343
- name: Setup .NET Core SDK
44-
uses: actions/setup-dotnet@v1
44+
uses: actions/setup-dotnet@v2
4545
with:
4646
dotnet-version: |
4747
3.1.x

0 commit comments

Comments
 (0)