From eaac99f59d1f9c65829f2c93b559819d239771f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:59:36 +0000 Subject: [PATCH] chore(deps): bump dkhunt27/action-conventional-commits from 1.3.0 to 3.3 Bumps [dkhunt27/action-conventional-commits](https://github.com/dkhunt27/action-conventional-commits) from 1.3.0 to 3.3. - [Release notes](https://github.com/dkhunt27/action-conventional-commits/releases) - [Commits](https://github.com/dkhunt27/action-conventional-commits/compare/v1.3.0...v3.3) --- updated-dependencies: - dependency-name: dkhunt27/action-conventional-commits dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-php.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-php.yaml b/.github/workflows/build-php.yaml index eb6ca53..de0cb33 100644 --- a/.github/workflows/build-php.yaml +++ b/.github/workflows/build-php.yaml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v4 name: Checkout - - uses: dkhunt27/action-conventional-commits@v1.3.0 + - uses: dkhunt27/action-conventional-commits@v3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} if: github.ref != 'refs/heads/${{ github.event.repository.default_branch }}'