diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 1c38510e..487f4c49 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@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: ".nvmrc" cache: "npm"