diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index eef6620..47c94da 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: ${{ env.fetch_depth }} - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 - run: npm install -g @commitlint/cli @commitlint/config-conventional - run: npx commitlint --from "$from" --to "$to" --verbose -x "$extends" env: