From dced458ff1322c5ce0d258c4575f8236b64981ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:44:16 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action). Updates `actions/setup-dotnet` from 5 to 6 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...v6) Updates `orhun/git-cliff-action` from 4d0efd7c7a4b55484abf71c29a29712192adebdb to 7be73fff706212546dbbf74b6a5939ef08f5c14d - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/4d0efd7c7a4b55484abf71c29a29712192adebdb...7be73fff706212546dbbf74b6a5939ef08f5c14d) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: orhun/git-cliff-action dependency-version: 7be73fff706212546dbbf74b6a5939ef08f5c14d dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b9e1b7..9bb6174 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: shell: bash steps: - uses: actions/checkout@v7 - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: cache: true cache-dependency-path: ${{ env.PROJECT_NAME }}/packages.lock.json @@ -107,7 +107,7 @@ jobs: - name: Generate changelog # v4 has bug: heredoc EOF is not handled properly, fixed in 11ab60a # but not released yet, so pin to full commit sha. - uses: orhun/git-cliff-action@4d0efd7c7a4b55484abf71c29a29712192adebdb + uses: orhun/git-cliff-action@7be73fff706212546dbbf74b6a5939ef08f5c14d id: changelog with: config: .github/cliff.toml