From 4a7f2290f1254bae2322f6afda8bc339143ddeb7 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 4 Jan 2022 08:20:49 +0100 Subject: [PATCH] ci: pin action-semantic-pull-request version --- .github/workflows/lint-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 2069a2f5d..9f1c80446 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -12,7 +12,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v3 + - uses: amannn/action-semantic-pull-request@v3.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: