From f0bd31f522bedc9288ac36cf797ae8fc72078b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:10:02 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [gittools/actions](https://github.com/gittools/actions) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `gittools/actions` from 4.4.2 to 4.5.0 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.4.2...v4.5.0) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/update-cloudflare-proxies.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 249f71b..ed16bf8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,13 +24,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.4.2 + uses: gittools/actions/gitversion/setup@v4.5.0 with: versionSpec: '6.3.x' - name: Determine Version id: version_step - uses: gittools/actions/gitversion/execute@v4.4.2 + uses: gittools/actions/gitversion/execute@v4.5.0 with: updateProjectFiles: true diff --git a/.github/workflows/update-cloudflare-proxies.yml b/.github/workflows/update-cloudflare-proxies.yml index 3871371..96ff8bc 100644 --- a/.github/workflows/update-cloudflare-proxies.yml +++ b/.github/workflows/update-cloudflare-proxies.yml @@ -14,7 +14,7 @@ jobs: with: ref: ${{ github.ref }} - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 - name: Build to regenerate Cloudflare IPs run: dotnet build Common/Common.csproj