From 731fd3a7bb0f73211c5ce15e294ea0ad0ef4a7b7 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Wed, 18 Oct 2023 11:55:37 +1300 Subject: [PATCH] refactor: use a actual version not master --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bddf695b4..d6e496ae1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: linz/action-pull-request-lint@master + - uses: linz/action-pull-request-lint@v1 with: conventional: "error" # require conventional pull request title (default: "error" options: "error", "warn", "off")