diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index 1baf634..8a1f9d5 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: npm install @commitlint/cli @commitlint/config-conventional