diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 5f1c814..c25f160 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: ".nvmrc" cache: "npm"