From 87e12de8b1d1bc06eddc09befd391f3806856b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:58:36 +0000 Subject: [PATCH] Bump frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 Bumps [frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1](https://github.com/frasermolyneux/actions) from 1.3.1 to 1.4.0. - [Commits](https://github.com/frasermolyneux/actions/compare/dotnet-ci/v1.3.1...dotnet-ci/v1.4.0) --- updated-dependencies: - dependency-name: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/pr-verify.yml | 2 +- .github/workflows/release-version-and-tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b0d597b..2c55ad7 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,7 +15,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index cc10bff..51ceaeb 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/release-version-and-tag.yml b/.github/workflows/release-version-and-tag.yml index d8ec72f..25dbb22 100644 --- a/.github/workflows/release-version-and-tag.yml +++ b/.github/workflows/release-version-and-tag.yml @@ -83,7 +83,7 @@ jobs: BUILD_VERSION_OVERRIDE: ${{ needs.calculate-version.outputs.nuget_version }} steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x