diff --git a/.github/workflows/release-trigger.yaml b/.github/workflows/release-trigger.yaml index 3177fb98f..2a4d1bdd9 100644 --- a/.github/workflows/release-trigger.yaml +++ b/.github/workflows/release-trigger.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: '20.x' # semantic-release requires Node version 20.8.1 or higher - name: semantic-release