diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 063dd92d5501..d2576ee14b59 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 - run: npm install -g @commitlint/cli @commitlint/config-conventional - name: "Check PR title" # Inject as env variable to escape properly