From 28f9d6865efb4b2436b46b0ee1df0964321c4603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:30:47 +0200 Subject: [PATCH] Bump actions/setup-dotnet from 3 to 4 (#608) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/branches.yml | 2 +- .github/workflows/master.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index d2e02ead..9b0c6169 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 7.0.x diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 638d0141..63015235 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: "7.0.x" source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d882f674..0abace42 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: echo github.ref: ${{ github.ref }} exit 1 - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: "7.0.x" source-url: https://api.nuget.org/v3/index.json