diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index a79bec8..d9fb72d 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version-file: ".nvmrc" cache: "npm"