From 7061a23d70a6fdceb7245fdee49c3c7dd2f0130b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:38:24 +0000 Subject: [PATCH] build(deps): Bump tomtom-international/commisery-action from 5 to 6 Bumps [tomtom-international/commisery-action](https://github.com/tomtom-international/commisery-action) from 5 to 6. - [Release notes](https://github.com/tomtom-international/commisery-action/releases) - [Commits](https://github.com/tomtom-international/commisery-action/compare/v5...v6) --- updated-dependencies: - dependency-name: tomtom-international/commisery-action dependency-version: '6' 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 888f969..de4aa73 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@v5 + uses: tomtom-international/commisery-action@v6 with: token: ${{ secrets.GITHUB_TOKEN }} validate-pull-request: false