diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index ef714000..6f20d645 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -136,7 +136,7 @@ jobs: - name: 🏗 Install Python dependencies run: uv sync --all-groups - name: 🏗 Set up Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: ".nvmrc" cache: "npm"