diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index cda52a9..be45b91 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -184,7 +184,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version-file: ".nvmrc" cache: "npm"