From 7dff1698d9dc791c31f2f2460a4ad2d53c64511e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:53:30 +0000 Subject: [PATCH] build(deps): bump tomtom-international/commisery-action from 2 to 3 Bumps [tomtom-international/commisery-action](https://github.com/tomtom-international/commisery-action) from 2 to 3. - [Release notes](https://github.com/tomtom-international/commisery-action/releases) - [Commits](https://github.com/tomtom-international/commisery-action/compare/v2...v3) --- updated-dependencies: - dependency-name: tomtom-international/commisery-action 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 c21c705..1a684f7 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@v2 + uses: tomtom-international/commisery-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} validate-pull-request: false