diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a7e572c..ee56395 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -6,7 +6,7 @@ on: jobs: validate-pr-title: - runs-on: ubuntu-slim + runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@1.5.1