diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index b4e3634b..180b2e6b 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -60,7 +60,7 @@ jobs: - name: 🏗 Install Python dependencies run: uv sync --dev - name: 🏗 Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: "npm"