diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 6abcaa6..3246360 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -196,7 +196,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 with: node-version-file: ".nvmrc" cache: "npm"