diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 44b01d0..1a79018 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -175,7 +175,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version-file: ".nvmrc" cache: "npm"