diff --git a/.github/workflows/pr-title-validation.yml b/.github/workflows/pr-title-validation.yml index 25bcaed..12fa433 100644 --- a/.github/workflows/pr-title-validation.yml +++ b/.github/workflows/pr-title-validation.yml @@ -13,7 +13,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 #v4.6.0 + - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f #v5.4.0 with: # Use the following release types to match the same rules in the PR title lint # https://github.com/googleapis/release-please/blob/main/src/changelog-notes.ts#L42-L55