From cfb6465b9e3d6ed9639a4517a4496f1f98bda6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:41:45 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 3 to 4 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] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-command.yml | 2 +- .github/workflows/tag-command.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0efe083..901a64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # all history - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - run: dotnet nbgv get-version diff --git a/.github/workflows/deploy-command.yml b/.github/workflows/deploy-command.yml index aaa0f6b..0ea94fd 100644 --- a/.github/workflows/deploy-command.yml +++ b/.github/workflows/deploy-command.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # all history ref: ${{ github.event.client_payload.slash_command.args.named.ref }} - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - run: dotnet nbgv get-version diff --git a/.github/workflows/tag-command.yml b/.github/workflows/tag-command.yml index 5b2b2f8..6dd4dfb 100644 --- a/.github/workflows/tag-command.yml +++ b/.github/workflows/tag-command.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # all history ref: ${{ github.event.client_payload.slash_command.args.named.ref }} - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - name: Add and push version tag