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