diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 83a8639..0219edf 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -8,7 +8,7 @@ jobs: validate-pr-title: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: client-id: ${{ secrets.DS_RELEASE_BOT_ID }}