From 6c5e54978146f648e169e2fdded7ec2ad046da3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:44:12 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) and [actions/attest](https://github.com/actions/attest). 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) Updates `actions/attest` from 4 to 4.2.0 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/v4...v4.2.0) --- 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 - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b9e1b7..6b12072 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 @@ -146,7 +146,7 @@ jobs: fi - name: Generate attestation id: attest - uses: actions/attest@v4 + uses: actions/attest@v4.2.0 with: subject-path: release/*.zip - name: Get date