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")