From d27e56ce548c926e1e73c809b54cb8cd7ecbf861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:50:52 +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 9ca91aa..e6a60f8 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