diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index b7437b6a..e71c708d 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -27,7 +27,7 @@ jobs: name: Check title runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: npm install @commitlint/config-conventional # cspell:ignore commitlint kode - uses: JulienKode/pull-request-name-linter-action@v0.5.0