We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6af8e4 commit 7d888c8Copy full SHA for 7d888c8
.github/workflows/branches.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
- name: Setup .NET SDK
25
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
26
27
dotnet-version: |
28
7.0.x
.github/workflows/master.yml
@@ -21,7 +21,7 @@ jobs:
21
dotnet-version: "7.0.x"
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
echo github.ref: ${{ github.ref }}
exit 1
29
30
31
source-url: https://api.nuget.org/v3/index.json
0 commit comments