diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 1457455a..5e35157f 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -17,7 +17,7 @@ jobs: # use a fork of the GitHub action - we cannot pull in untrusted third party actions # see https://github.com/cypress-io/cypress/pull/20091#discussion_r801799647 - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: