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