From 0b09219863b88f3a99fa73b6ad66d39c1107fe05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:32:33 +0000 Subject: [PATCH] build(deps): Bump tomtom-international/commisery-action from 6 to 7 Bumps [tomtom-international/commisery-action](https://github.com/tomtom-international/commisery-action) from 6 to 7. - [Release notes](https://github.com/tomtom-international/commisery-action/releases) - [Commits](https://github.com/tomtom-international/commisery-action/compare/v6...v7) --- updated-dependencies: - dependency-name: tomtom-international/commisery-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commisery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commisery.yml b/.github/workflows/commisery.yml index de4aa73..ac00529 100644 --- a/.github/workflows/commisery.yml +++ b/.github/workflows/commisery.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Commisery - uses: tomtom-international/commisery-action@v6 + uses: tomtom-international/commisery-action@v7 with: token: ${{ secrets.GITHUB_TOKEN }} validate-pull-request: false