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