From 3ff2058d812ba0a313f2c44212d93c1f96a7d076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:47:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 49933ea --- .github/workflows/conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index eef6620..b4d80ae 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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 - run: npm install -g @commitlint/cli @commitlint/config-conventional - run: npx commitlint --from "$from" --to "$to" --verbose -x "$extends" env: